[gnome-maps] mapWalker: Use geoclue place name in debug
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] mapWalker: Use geoclue place name in debug
- Date: Mon, 1 Dec 2014 11:56:29 +0000 (UTC)
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]