[gnome-maps] mapWalker: Use geoclue place name in debug



commit 4ed8c269542307aa123b2ac002e138adb58dc540
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Tue Nov 25 18:56:46 2014 +0100

    mapWalker: Use geoclue place name in debug

 src/mapWalker.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mapWalker.js b/src/mapWalker.js
index c9f6e86..8386525 100644
--- a/src/mapWalker.js
+++ b/src/mapWalker.js
@@ -96,7 +96,7 @@ const MapWalker = new Lang.Class({
     },
 
     goTo: function(animate) {
-        Utils.debug('Going to ' + this.place.location.description);
+        Utils.debug('Going to ' + this.place.name);
         this._mapView.emit('going-to');
 
         if (!animate) {


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