Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-10 13:17:23 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-09-10 13:17:23 (GMT)
commit0bfd05c2663b66a2d36585394aaeb0d44d01e6c8 (patch)
tree5eb675dd6304c48e4bb8db3ed7bff438a1435de9
parentf0c4a10e11d034b154e196effbfde0576f7c4263 (diff)
Activity.NewChannel: correct misleading docstring, emit debug message
-rw-r--r--src/activity.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/activity.py b/src/activity.py
index 6fa0ab2..7dc59dc 100644
--- a/src/activity.py
+++ b/src/activity.py
@@ -349,13 +349,9 @@ class Activity(ExportedGObject):
"""Generates DBUS signal when a new channel is created for this
activity.
- channel_path -- DBUS path to new channel
-
- XXX - what is this supposed to do? Who is supposed to call it?
- What is the channel path? Right now this is never called.
-
+ channel_path -- Object path of the new Telepathy channel
"""
- pass
+ _logger.debug('Emitting NewChannel(%r)', channel_path)
# dbus methods
@dbus.service.method(_ACTIVITY_INTERFACE,