VirtualBox

Changeset 61537 in vbox for trunk


Ignore:
Timestamp:
Jun 7, 2016 12:12:02 PM (9 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

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

    r61531 r61537  
    837837    def addLogString(self, sLog, sLogName, sDescription, sKind, sCaller, sTsPrf):
    838838        fRc = True;
    839         if sKind in [ 'text', 'log', ]  or  sKind.startswith('log/')  or  sKind.startswith('log/'):
     839        if sKind in [ 'text', 'log', ]  or  sKind.startswith('log/')  or  sKind.startswith('info/'):
    840840            self.log(0, '*** Uploading "%s" - KIND: "%s" - DESC: "%s" ***'
    841841                        % (sLogName, sKind, sDescription),  sCaller, sTsPrf);
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