Changeset 61838 in vbox for trunk/src/VBox/ValidationKit/testboxscript/testboxcommons.py
- Timestamp:
- Jun 22, 2016 9:39:47 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108245
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/testboxcommons.py
r56295 r61838 67 67 Debug logging, will later be disabled by default. 68 68 """ 69 if True :69 if True is True: 70 70 if sTsPrf is None: sTsPrf = utils.getTimePrefix(); 71 71 print('[%s] %s' % (sTsPrf, sMessage,));
Note:
See TracChangeset
for help on using the changeset viewer.