Changeset 65313 in vbox
- Timestamp:
- Jan 16, 2017 10:31:21 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112886
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r65311 r65313 319 319 # Kill. 320 320 for oProcess in aoTodo: 321 reporter.log('Loop #%d - Killing %s (%s)' 322 % (iIteration, oProcess.iPid, oProcess.sImage if oProcess.sName is None else oProcess.sName,)); 321 reporter.log('Loop #%d - Killing %s (%s, uid=%s)' 322 % ( iIteration, oProcess.iPid, oProcess.sImage if oProcess.sName is None else oProcess.sName, 323 oProcess.iUid, )); 323 324 utils.processKill(oProcess.iPid); # No mercy. 324 325
Note:
See TracChangeset
for help on using the changeset viewer.