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 | 4d815d8f55d5d2ecbbebd672dccdc436e7340d86 (patch) | |
| tree | 78077910b92b6bbc03dbbd38b72d9e75dcbd35ce /python | |
| parent | bd4545c49b4180298fabf6a20b4913568252df04 (diff) | |
| download | qpid-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-x | python/commands/qpid-config | 2 |
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): |
