diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 30b9fafe901..da63f74d105 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1704,7 +1704,7 @@ class WatchDog(threading.Thread): if self._resetFlag: self._resetFlag = False else: - print("\a*** %s Warning: Test has been inactive for 4 minutes and may be hung", % + print("\a*** %s Warning: Test has been inactive for 4 minutes and may be hung" % time.strftime("%x %X")) self._cv.release() except: |