From c201dca3e7bdc1b744b78d211930883997c1a5a3 Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Fri, 3 Mar 2017 07:05:14 -0600 Subject: [PATCH] data collection print out --- src/utils/agents/data-collector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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