VirtualBox

Changeset 90859 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 24, 2021 9:36:42 PM (3 years ago)
Author:
vboxsync
Message:

VMMR0,SUPDrv: Need to override RTLogDefaultInstanceEx rather than RTLogGetDefaultInstanceEx for debug logging. bugref:10086

File:
1 edited

Legend:

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

    r90829 r90859  
    30523052
    30533053/*
    3054  * Override RTLogGetDefaultInstanceEx so we can do logging from EMTs in ring-0.
    3055  */
    3056 DECLEXPORT(PRTLOGGER) RTLogGetDefaultInstanceEx(uint32_t fFlagsAndGroup)
     3054 * Override RTLogDefaultInstanceEx so we can do logging from EMTs in ring-0.
     3055 */
     3056DECLEXPORT(PRTLOGGER) RTLogDefaultInstanceEx(uint32_t fFlagsAndGroup)
    30573057{
    30583058#ifdef LOG_ENABLED
     
    30733073    }
    30743074#endif
    3075     return SUPR0GetDefaultLogInstanceEx(fFlagsAndGroup);
     3075    return SUPR0DefaultLogInstanceEx(fFlagsAndGroup);
    30763076}
    30773077
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