From 3371c21bbd2a4763a2d469c90d37776a73cfd9a9 Mon Sep 17 00:00:00 2001 From: Roy Date: Fri, 25 Mar 2022 11:34:30 +0800 Subject: [PATCH] [update] update log message --- python/biopro/server/recording.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/biopro/server/recording.py b/python/biopro/server/recording.py index eeae8fa..b1ff11a 100644 --- a/python/biopro/server/recording.py +++ b/python/biopro/server/recording.py @@ -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