diff options
| author | Gordon Sim <gsim@apache.org> | 2009-03-02 13:27:16 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-03-02 13:27:16 +0000 |
| commit | bd21b0fc3875abe944a8f4ff980d29b1906a4f02 (patch) | |
| tree | 4d71cb86a1cf050f1e7dfd37c46958151bc3b9e9 /qpid/python | |
| parent | c3c5c20d243042098e3378d672821436511b828d (diff) | |
| download | qpid-python-bd21b0fc3875abe944a8f4ff980d29b1906a4f02.tar.gz | |
Typo in printing of 'generate events' option on queue.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@749300 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rwxr-xr-x | qpid/python/commands/qpid-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/commands/qpid-config b/qpid/python/commands/qpid-config index a7d537edb5..4a6129a153 100755 --- a/qpid/python/commands/qpid-config +++ b/qpid/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): |
