VirtualBox

Changeset 1258 in vbox


Ignore:
Timestamp:
Mar 6, 2007 11:16:31 AM (18 years ago)
Author:
vboxsync
Message:

Wrong logger

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMM.cpp

    r1257 r1258  
    30253025/* temporary */
    30263026#ifdef LOG_ENABLED
    3027             PRTLOGGERGC pLogger = pVM->vmm.s.pLoggerHC;
    3028             if (    pLogger
    3029                 &&  pLogger->offScratch > 0)
    3030                 RTLogFlushGC(NULL, pLogger);
    3031 #endif
     3027            /*
     3028             * Flush the log
     3029             */
     3030            PVMMR0LOGGER pR0Logger = pVM->vmm.s.pR0Logger;
     3031            if (    pR0Logger
     3032                &&  pR0Logger->Logger.offScratch > 0)
     3033                RTLogFlushToLogger(&pR0Logger->Logger, NULL);
     3034#endif /* !LOG_ENABLED */
    30323035
    30333036        }
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