added initialization message

This commit is contained in:
Rudi Grinberg 2012-11-16 12:29:06 -05:00
parent aeb449ea76
commit e22162cc87
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ class MM2(InstanceThread, Loggable):
store = apiclient.setup_media_monitor()
self.logger.info("initializing mm with directories: %s" % str(store))
self.logger.info(
"Initing with the following airtime response:%s" % str(store))