diff --git a/src/utils/agents/data-collector.py b/src/utils/agents/data-collector.py index 8b77b12..f9dbc7c 100644 --- a/src/utils/agents/data-collector.py +++ b/src/utils/agents/data-collector.py @@ -91,7 +91,7 @@ class ICollector(Thread) : self.lock.release() if 'MONITOR_CONFIG_PATH' in os.environ : break - print '\t *** ',str(datetime.today()),' ** ',app + print '\t *** ',str(datetime.today()),' ** ' time.sleep(self.DELAY) print ' *** Exiting ',self.name