[gnome-maps] mapLocation: convert accuracy log msg to debug msg



commit 1b40e8620db704b4f2ded6da59c3cd7d2d537028
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Thu Feb 6 12:38:05 2014 +0100

    mapLocation: convert accuracy log msg to debug msg

 src/mapLocation.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/mapLocation.js b/src/mapLocation.js
index b6ec9c1..1be5a5f 100644
--- a/src/mapLocation.js
+++ b/src/mapLocation.js
@@ -167,7 +167,8 @@ const MapLocation = new Lang.Class({
             return _("Exact");
         default:
             let area =  Math.PI * Math.pow(this.accuracy / 1000, 2);
-            log (this.accuracy + " => " + area);
+
+            Utils.debug(this.accuracy + " => " + area);
             if (area >= 1)
                 area = Math.floor(area);
             else


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]