VirtualBox

Changeset 79219 in vbox


Ignore:
Timestamp:
Jun 18, 2019 9:50:00 PM (5 years ago)
Author:
vboxsync
Message:

txsclient.py: Fixed bad logging call in asyncToSync.

File:
1 edited

Legend:

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

    r79156 r79219  
    637637        rc = self.waitForTask(self.cMsTimeout + 5000);
    638638        if rc is False:
    639             reporter.maybeErrXcpt(self.fErr, 'asyncToSync: waitForTask failed...');
     639            reporter.maybeErr(self.fErr, 'asyncToSync: waitForTask failed...');
    640640            self.cancelTask();
    641641            #reporter.log2('asyncToSync(%s): returns False (#2)' % (fnAsync, rc));
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