summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Le Thanh Duong <olivier@lethanh.be>2009-12-29 22:28:26 +0100
committerOlivier Le Thanh Duong <olivier@lethanh.be>2009-12-29 22:28:26 +0100
commit29f6e3a0a9b05cf60496339cfb9a8559142e780b (patch)
treea01bd2ae2b3852038d1a3c4b19c25bded9bac00c
parent0e7b93e75c23bfc18bb54d771c5519aaf28ffe4d (diff)
Small stylistic correction in interfacebuilder.py
-rw-r--r--src/client/interfacefactory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/interfacefactory.py b/src/client/interfacefactory.py
index c73d79a..b73cc68 100644
--- a/src/client/interfacefactory.py
+++ b/src/client/interfacefactory.py
@@ -26,7 +26,7 @@ logger = logging.getLogger('telepathy.client.interfacefactory')
def default_error_handler(exception):
logging.basicConfig()
- logger.warning('Exception from asynchronous method call:\n%s', exception)
+ logger.warning('Exception from asynchronous method call:\n%s' % exception)
class InterfaceFactory(object):
"""Base class for an object wrapping the D-Bus interfaces of a Telepathy