[gnome-maps/wip/geoclue-refactor: 12/14] MapWalker: Use geoclue place name in debug
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/geoclue-refactor: 12/14] MapWalker: Use geoclue place name in debug
- Date: Mon, 1 Dec 2014 11:44:23 +0000 (UTC)
commit a6573b632d8c13da7473249fa1b0ec2577c5621f
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]