cc-4105: Added more tests.

This commit is contained in:
Rudi Grinberg 2012-07-19 10:37:18 -04:00
parent 12aa76b0a8
commit 1d85c65b74
4 changed files with 47 additions and 13 deletions

View file

@ -45,7 +45,7 @@ class AirtimeNotifier(Loggable):
media-monitor via the web UI.
"""
message.ack()
self.logger.info("Received md from RabbitMQ: " + body)
self.logger.info("Received md from RabbitMQ: %s" % str(body))
m = json.loads(message.body)
self.handler.message(m)