Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,