- Timestamp:
- May 7, 2013 12:50:12 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85574
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r45829 r45934 1638 1638 1639 1639 /* 1640 * Push the message to the logger .1641 */ 1642 PRTLOGGER pLog = RTLog DefaultInstance(); /** @todo we want this for release as well!*/1640 * Push the message to the loggers. 1641 */ 1642 PRTLOGGER pLog = RTLogGetDefaultInstance(); /* Don't initialize it here... */ 1643 1643 if (pLog) 1644 1644 { … … 1647 1647 va_end(vaCopy); 1648 1648 } 1649 pLog = RTLogRelDefaultInstance(); 1650 if (pLog) 1651 { 1652 va_copy(vaCopy, va); 1653 RTLogFormatV(rtLogOutput, pLog, pszFormat, vaCopy); 1654 va_end(vaCopy); 1655 } 1649 1656 1650 1657 /*
Note:
See TracChangeset
for help on using the changeset viewer.