CC-3299: Media monitor should not change the owner of watched files

- bug fix
- better logging
This commit is contained in:
james 2012-02-07 13:34:04 -05:00
parent 22a53dd250
commit b08e7787d3
2 changed files with 7 additions and 3 deletions

View file

@ -294,6 +294,9 @@ class AirtimeProcessEvent(ProcessEvent):
except socket.timeout:
pass
except Exception, e:
self.logger.info("%s", e)
import traceback
top = traceback.format_exc()
self.logger.error('Exception: %s', e)
self.logger.error("traceback: %s", top)
time.sleep(3)