VirtualBox

Ignore:
Timestamp:
Jul 19, 2016 10:08:40 AM (8 years ago)
Author:
vboxsync
Message:

testdriver/reporter.py: drop xml-debug.

File:
1 edited

Legend:

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

    r62110 r62310  
    872872                self._fXmlFlushing = True;
    873873
    874                 self._writeOutput('xml-debug/%s: flushing!'  % (len(self._asXml),)); # temporarily while debugging flush/poll
    875874                g_oLock.release();
    876875                (asXml, fIncErrors) = self._xmlDoFlush(asXml, fRetry = fRetry);
     
    897896        if fPolling is not True:
    898897            self._secTsXmlLast = tsNow;
    899         self._writeOutput('xml-debug/%s: %s s since flush, %s s since poll %s'
    900                           % (len(self._asXml), cSecs, cSecsLast, sDebug if sDebug is not None else '', )); # temporarily
    901898
    902899        # Absolute flush thresholds.
     
    915912    def _xmlWrite(self, asText, fIndent = True):
    916913        """XML output function for the reporter."""
    917         self._writeOutput('xml-debug/%s: %s' % (len(self._asXml), asText)); # temporarily while debugging flush/poll problem.
    918914        self._asXml += asText;
    919915        self._xmlFlushIfNecessary();
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