From 4d815d8f55d5d2ecbbebd672dccdc436e7340d86 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 2 Mar 2009 13:27:16 +0000 Subject: 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 --- python/commands/qpid-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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): -- cgit v1.2.1