VirtualBox

Changeset 6273 in vbox


Ignore:
Timestamp:
Jan 8, 2008 11:06:38 AM (17 years ago)
Author:
vboxsync
Message:

Runtime: do not create a log file in R3 additions as we now have backdoor logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/VBox/log-vbox.cpp

    r6147 r6273  
    185185        return g_pLogger;
    186186
     187    /* If we are doing backdoor logging then we do not want to
     188       create an additional log file inside the guest. */
     189#ifdef LOG_TO_BACKDOOR
     190    return g_pLogger = NULL;
     191#endif
    187192#ifdef IN_RING3
    188193    /*
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