Skip to content

Commit

Permalink
Demote this log statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Oct 1, 2014
1 parent 302431e commit 4a83574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedbadges/consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def consume(self, msg):
badge_rule = None

# Award every badge as appropriate.
log.info("Received %s, %s" % (msg['topic'], msg['msg_id']))
log.debug("Received %s, %s" % (msg['topic'], msg['msg_id']))
for badge_rule in self.badge_rules:
try:
for recipient in badge_rule.matches(msg):
Expand Down

0 comments on commit 4a83574

Please sign in to comment.