added initialization message
This commit is contained in:
parent
aeb449ea76
commit
e22162cc87
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue