Closedown

This commit is contained in:
boccioli_m
2015-09-04 15:24:00 +02:00
parent 7301e03663
commit 19471eea38

View File

@@ -32,8 +32,8 @@ class TestingTool:
import time
time.ctime()
now = time.strftime('%Y.%m.%d %H:%M:%S')
logText = now + ' ' + self.deviceName + ' - ' + self.testName + ': ' + str(text)
print logText
logText = self.deviceName + ' - ' + self.testName + ': ' + str(text)
print now + ' ' + logText
log(logText)
#prepare and send feedback to calling tool