summaryrefslogtreecommitdiff
path: root/qpid/python/commands/qpid-route
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/python/commands/qpid-route')
-rwxr-xr-xqpid/python/commands/qpid-route2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/commands/qpid-route b/qpid/python/commands/qpid-route
index 5733c62a27..e0e655683a 100755
--- a/qpid/python/commands/qpid-route
+++ b/qpid/python/commands/qpid-route
@@ -508,7 +508,7 @@ try:
Usage()
except Exception,e:
- print "Failed:", e.args[0]
+ print "Failed:", e.args
sys.exit(1)
rm.disconnect()