VirtualBox

Changeset 65313 in vbox


Ignore:
Timestamp:
Jan 16, 2017 10:31:21 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112886
Message:

vboxinstaller.py: List the UID of the processes we're about to kill.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py

    r65311 r65313  
    319319            # Kill.
    320320            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, ));
    323324                utils.processKill(oProcess.iPid); # No mercy.
    324325
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette