VirtualBox

Changeset 61421 in vbox


Ignore:
Timestamp:
Jun 2, 2016 7:42:01 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107738
Message:

vbox.py: Log all calls to startVmEx to make it easier to do automatic parsing of the results!

File:
1 edited

Legend:

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

    r61353 r61421  
    23582358            try:    sName = oVM.name;
    23592359            except: sName = 'bad-vm-handle';
    2360         reporter.log2('startVmEx: sName=%s fWait=%s sType=%s' % (sName, fWait, sType));
     2360        reporter.log('startVmEx: sName=%s fWait=%s sType=%s' % (sName, fWait, sType));
    23612361        if oVM is None:
    23622362            return (None, None);
Note: See TracChangeset for help on using the changeset viewer.

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