summaryrefslogtreecommitdiff
path: root/qpid/tools/src/py/qpid-config
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2012-03-22 13:39:14 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2012-03-22 13:39:14 +0000
commit3c2954782cc6d27bacf8865cfaea9c71c2bfec2b (patch)
tree2f319b97e0c6d9e0052a8606f0e29d2b643834c2 /qpid/tools/src/py/qpid-config
parentb51489127365952db902579438294a587a7acf47 (diff)
downloadqpid-python-qpid-3890.tar.gz
QPID-3890: resync this branch to latest trunkqpid-3890
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3890@1303774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/tools/src/py/qpid-config')
-rwxr-xr-xqpid/tools/src/py/qpid-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/tools/src/py/qpid-config b/qpid/tools/src/py/qpid-config
index 896ae89faf..1308df765d 100755
--- a/qpid/tools/src/py/qpid-config
+++ b/qpid/tools/src/py/qpid-config
@@ -481,7 +481,7 @@ class BrokerManager:
if LVQ_KEY in args: print "--lvq-key=%s" % args[LVQ_KEY],
if QUEUE_EVENT_GENERATION in args: print "--generate-queue-events=%s" % args[QUEUE_EVENT_GENERATION],
if q.altExchange:
- print "--alternate-exchange=%s" % q._altExchange_.name,
+ print "--alternate-exchange=%s" % q.altExchange,
if FLOW_STOP_SIZE in args: print "--flow-stop-size=%s" % args[FLOW_STOP_SIZE],
if FLOW_RESUME_SIZE in args: print "--flow-resume-size=%s" % args[FLOW_RESUME_SIZE],
if FLOW_STOP_COUNT in args: print "--flow-stop-count=%s" % args[FLOW_STOP_COUNT],