Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/activity.py')
-rw-r--r--src/activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activity.py b/src/activity.py
index 6919af0..a7052f2 100644
--- a/src/activity.py
+++ b/src/activity.py
@@ -356,7 +356,7 @@ class Activity(ExportedGObject):
buddy_path -- DBUS path to buddy object
handle -- buddy handle in this activity
"""
- _logger.debug('BuddyHandleJoined: %s (handle %u)' %
+ _logger.debug('BuddyHandleJoined: %s (handle %u)',
(buddy_path, handle))
self.BuddyJoined(buddy_path)