VirtualBox

Ignore:
Timestamp:
May 24, 2019 1:24:30 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
130807
Message:

vsheriff: Logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r78726 r78728  
    10901090            Investigates the current set of VM related logs.
    10911091            """
    1092             self.dprint('investigateLogSet: lengths: result log %u, VM log %u, kernel log %u, vga text %u, info text %u'
     1092            self.dprint('investigateLogSet: log lengths: result %u, VM %u, kernel %u, vga text %u, info text %u, hard %u'
    10931093                        % ( len(sResultLog if sResultLog else ''),
    10941094                            len(sVMLog     if sVMLog else ''),
    10951095                            len(sKrnlLog   if sKrnlLog else ''),
    10961096                            len(sVgaText   if sVgaText else ''),
    1097                             len(sInfoText  if sInfoText else ''), ));
     1097                            len(sInfoText  if sInfoText else ''),
     1098                            len(sNtHardLog if sNtHardLog else ''), ));
    10981099
    10991100            #self.dprint(u'main.log<<<\n%s\n<<<\n' % (sResultLog,));
     
    11021103            #self.dprint(u'vgatext.txt<<<\n%s\n<<<\n' % (sVgaText,));
    11031104            #self.dprint(u'info.txt<<<\n%s\n<<<\n' % (sInfoText,));
     1105            #self.dprint(u'hard.txt<<<\n%s\n<<<\n' % (sNtHardLog,));
    11041106
    11051107            # TODO: more
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