Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/AbiWordActivity.py
diff options
context:
space:
mode:
authorMarc Maurer <uwog@uwog.net>2007-07-12 20:13:07 (GMT)
committer Marc Maurer <uwog@uwog.net>2007-07-12 20:13:07 (GMT)
commit377af31966f5ff2289e1fb2ad79345899baa2aa9 (patch)
tree64689aaef0c1f743e6d0b86eee3dbee59818301c /AbiWordActivity.py
parent2ae291ec40244a6e6316ddb338ac64bebad936e7 (diff)
Fix typo
Diffstat (limited to 'AbiWordActivity.py')
-rw-r--r--AbiWordActivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/AbiWordActivity.py b/AbiWordActivity.py
index 764032b..a21a4bc 100644
--- a/AbiWordActivity.py
+++ b/AbiWordActivity.py
@@ -236,7 +236,7 @@ class AbiWordActivity (Activity):
# pass this tube to abicollab
address = self.tubes_chan[telepathy.CHANNEL_TYPE_TUBES].GetDBusServerAddress(id)
if self.joined:
- logger.debug('Passing tube address to abicollab (join)', address)
+ logger.debug('Passing tube address to abicollab (join): %s', address)
self.abiword_canvas.invoke_cmd('com.abisource.abiword.abicollab.olpc.joinTube', address, 0, 0)
if initiator_path is not None:
logger.debug('Adding the initiator to the session: %s', initiator_path)