cc-2419: media monitor import on startup

-fixed syntax errors, added more logging.
This commit is contained in:
martin 2011-07-04 15:40:09 -04:00
parent ddb5e8e383
commit c67e711a05
4 changed files with 6 additions and 5 deletions

View file

@ -113,6 +113,7 @@ class AirtimeMetadata:
except Exception, e:
self.logger.error("failed getting metadata from %s", filepath)
self.logger.error("Exception %s", e)
return None