Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-10-29 09:40:11 (GMT)
committer Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-10-29 09:40:41 (GMT)
commit11e010cf5e5d94782ca3e5ed2d55da0bcaa85819 (patch)
tree799c545e26b32d1573787dbdba685404e5cc8d07 /src
parentbd211c3b109aab5e55b637eb7027297c4088b11f (diff)
fix debug output
Diffstat (limited to 'src')
-rw-r--r--src/jarabe/model/neighborhood.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/model/neighborhood.py b/src/jarabe/model/neighborhood.py
index e138a77..54b15ea 100644
--- a/src/jarabe/model/neighborhood.py
+++ b/src/jarabe/model/neighborhood.py
@@ -155,7 +155,7 @@ class Neighborhood(gobject.GObject):
'GadgetAvailable')
if gadget_discovered:
logging.debug("publish_gadget gconf key changed."
- " Publish our status: %r" %
+ " Publish our status on %s: %r" %
(conn.service_name.split('.')[-1], publish))
conn[CONN_INTERFACE_GADGET].Publish(publish)