diff options
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): |
