Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/sugar/presence/presenceservice.py
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-16 16:51:36 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-10-16 16:51:36 (GMT)
commit48bc73d0c4c85bcc473052ee934c49782aba0e8c (patch)
tree881bfc64309d07277d6bdf243759f723ae4b2792 /lib/sugar/presence/presenceservice.py
parentfa55b5af096ae045910b264c890ca26838cc22aa (diff)
Try to make sugar.presence log messages less misleading (#4027)
Diffstat (limited to 'lib/sugar/presence/presenceservice.py')
-rw-r--r--lib/sugar/presence/presenceservice.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sugar/presence/presenceservice.py b/lib/sugar/presence/presenceservice.py
index e652f42..a9c834c 100644
--- a/lib/sugar/presence/presenceservice.py
+++ b/lib/sugar/presence/presenceservice.py
@@ -156,6 +156,7 @@ class PresenceService(gobject.GObject):
returns presence Buddy or Activity representation
"""
+ _logger.debug('Creating proxy for %s', object_path)
obj = None
try:
obj = self._objcache[object_path]
@@ -174,6 +175,7 @@ class PresenceService(gobject.GObject):
else:
raise RuntimeError("Unknown object type")
self._objcache[object_path] = obj
+ _logger.debug('Proxy is %r', obj)
return obj
def _have_object(self, object_path):