summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-03-02 13:27:16 +0000
committerGordon Sim <gsim@apache.org>2009-03-02 13:27:16 +0000
commit4d815d8f55d5d2ecbbebd672dccdc436e7340d86 (patch)
tree78077910b92b6bbc03dbbd38b72d9e75dcbd35ce /python
parentbd4545c49b4180298fabf6a20b4913568252df04 (diff)
downloadqpid-python-4d815d8f55d5d2ecbbebd672dccdc436e7340d86.tar.gz
Typo in printing of 'generate events' option on queue.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@749300 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
-rwxr-xr-xpython/commands/qpid-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/commands/qpid-config b/python/commands/qpid-config
index a7d537edb5..4a6129a153 100755
--- a/python/commands/qpid-config
+++ b/python/commands/qpid-config
@@ -211,7 +211,7 @@ class BrokerManager:
if POLICY_TYPE in args: print "--limit-policy=%s" % args[POLICY_TYPE].replace("_", "-"),
if LVQ in args and args[LVQ] == 1: print "--order lvq",
if LVQNB in args and args[LVQNB] == 1: print "--order lvq-no-browse",
- if QUEUE_EVENT_GENERATION in args: print "--generate-queue-events=%d" % args[GENERATE_QUEUE_EVENTS],
+ if QUEUE_EVENT_GENERATION in args: print "--generate-queue-events=%d" % args[QUEUE_EVENT_GENERATION],
print
def QueueListRecurse (self, filter):