CC-4661: Listener Statistics

-add mount point names
This commit is contained in:
Martin Konecny 2012-11-02 18:04:32 -04:00
parent 5bd0fe0300
commit 34d0ee5954
2 changed files with 7 additions and 5 deletions

View file

@ -102,11 +102,11 @@ class ListenerStat(Thread):
self.logger.debug(stats)
self.push_stream_stats(stats)
time.sleep(120)
except Exception, e:
top = traceback.format_exc()
self.logger.error('Exception: %s', top)
time.sleep(120)
time.sleep(120)
if __name__ == "__main__":