summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xqpid/tools/src/py/qpid-tool2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/tools/src/py/qpid-tool b/qpid/tools/src/py/qpid-tool
index efc219c6c6..8ceaafeef8 100755
--- a/qpid/tools/src/py/qpid-tool
+++ b/qpid/tools/src/py/qpid-tool
@@ -144,7 +144,7 @@ class Mcli(Cmd):
try:
self.dataObject.do_call(data)
except Exception, e:
- print "Exception in do_call: %r", e
+ print "Exception in do_call: %r" % e
def do_EOF(self, data):
print "quit"