From 28a706849f8cc5eab47faece0e4bebee387fb31f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 22 Jul 2007 11:30:43 +0000 Subject: [PATCH] Log calls to the makeway method. --- app/controllers/amf_controller.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/controllers/amf_controller.rb b/app/controllers/amf_controller.rb index b318e3eef..96ba9d7c0 100644 --- a/app/controllers/amf_controller.rb +++ b/app/controllers/amf_controller.rb @@ -502,6 +502,9 @@ def makeway(args) xc=coord2long(x,masterscale,baselong) yc=coord2lat(y,masterscale,basey) + + RAILS_DEFAULT_LOGGER.info(" Message: makeway, xc=#{xc}, y=#{yc}") + xs1=xc-0.001; xs2=xc+0.001 ys1=yc-0.001; ys2=yc+0.001 -- 2.43.2