[update] update log message

This commit is contained in:
Roy
2022-03-25 11:34:30 +08:00
parent afc87829d9
commit 3371c21bbd
+1 -1
View File
@@ -186,7 +186,7 @@ class RecordingProcess(Process):
current_time = time()
if self._timer is not None:
if current_time - self._timer > 1.5:
print('time, sync_data routine_time', current_time, current_time - self._timer)
print('time, sync_data routine_time', 'device:', self._device, datetime.now(), current_time, current_time - self._timer)
self._isTimeOut = True
self._timer = current_time