Skip to content

Commit

Permalink
Fixed typo in comment above warning threshold validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamsjj committed Aug 19, 2011
1 parent 2c19ca1 commit 4b6fa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/chapter-10/amqp_queue_count_check.py
Expand Up @@ -46,7 +46,7 @@
(queue_name, response.method.message_count)
exit(EXIT_CRITICAL)

#(aqcc.5) Message count is above critical limit
#(aqcc.5) Message count is above warning limit
if response.method.message_count >= max_warn:
print "WARN: Queue %s message count: %d" % \
(queue_name, response.method.message_count)
Expand Down

0 comments on commit 4b6fa45

Please sign in to comment.