From 641f048cb8b86be0304441a6227759d7ad420ff3 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Thu, 11 Jun 2009 15:54:37 +0000 Subject: QPID-1786 - Committed qmf patches from Bryan Kearney Additionally updated existing qmf and Qman to be compatible. The magic number for qmf messages has been incremented. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@783818 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/commands/qpid-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/python/commands') diff --git a/qpid/python/commands/qpid-config b/qpid/python/commands/qpid-config index 838e9f340f..59145620cd 100755 --- a/qpid/python/commands/qpid-config +++ b/qpid/python/commands/qpid-config @@ -473,7 +473,7 @@ try: except KeyboardInterrupt: print except Exception,e: - print "Failed:", e.args + print "Failed: %s: %s" % (e.__class__.__name__, e) sys.exit(1) bm.Disconnect() -- cgit v1.2.1