瀏覽代碼

data collection print out

Steve L. Nyemba 8 年之前
父節點
當前提交
c201dca3e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/utils/agents/data-collector.py

+ 1 - 1
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