소스 검색

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