Skip to content

Commit

Permalink
Added missing comment ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamsjj committed Aug 20, 2011
1 parent 40e971e commit 9cf86f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/chapter-10/api_queue_count_check.py
Expand Up @@ -82,7 +82,7 @@
msg_cnt_ready)
exit(EXIT_WARNING)

# Message counts below thresholds, return OK status
#/(aqcc.10) Message counts below thresholds, return OK status
print "OK: %s - %d in-flight messages. %dB used memory." % \
(queue_name, msg_cnt_total, resp_payload["memory"])
exit(EXIT_OK)

0 comments on commit 9cf86f5

Please sign in to comment.