[telepathy-python/master] Small stylistic correction in interfacebuilder.py

Olivier Le Thanh Duong olivier at lethanh.be
Tue Dec 29 13:28:26 PST 2009


---
 src/client/interfacefactory.py |    2 +-
 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
-- 
1.5.6.5



More information about the telepathy-commits mailing list