Added information message when media monitor is restarted
This commit is contained in:
parent
c0dc38be62
commit
176f2c45ba
1 changed files with 3 additions and 0 deletions
|
@ -104,6 +104,9 @@ def main(global_config, api_client_config, log_config,
|
||||||
airtime_notifier = AirtimeNotifier(config, airtime_receiver)
|
airtime_notifier = AirtimeNotifier(config, airtime_receiver)
|
||||||
|
|
||||||
store = apiclient.setup_media_monitor()
|
store = apiclient.setup_media_monitor()
|
||||||
|
|
||||||
|
log.info("Initing with the following airtime response:%s" % str(store))
|
||||||
|
|
||||||
airtime_receiver.change_storage({ 'directory':store[u'stor'] })
|
airtime_receiver.change_storage({ 'directory':store[u'stor'] })
|
||||||
|
|
||||||
for watch_dir in store[u'watched_dirs']:
|
for watch_dir in store[u'watched_dirs']:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue