Explorar el Código

data collection print out

Steve L. Nyemba hace 8 años
padre
commit
c201dca3e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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