VirtualBox

Ignore:
Timestamp:
Dec 8, 2021 11:05:21 PM (3 years ago)
Author:
vboxsync
Message:

Validation Kit/testdriver: Remove use of adapter name in error message, not available and not worth the effort. bugref:9896

File:
1 edited

Legend:

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

    r92839 r92840  
    16361636            return reporter.errorXcpt('NIC enabled status (%s) failed for "%s"' % (iNic, self.sName,));
    16371637
    1638         reporter.log('Setting "LocalhostReachable" for network adapter "%s" in slot %d to %s' % (sAdpName, iNic, fReachable));
     1638        reporter.log('Setting "LocalhostReachable" for network adapter in slot %d to %s' % (iNic, fReachable));
    16391639
    16401640        try:
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