VirtualBox

Changeset 18602 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 1, 2009 3:39:31 PM (16 years ago)
Author:
vboxsync
Message:

log-vbox.cpp: Just drop the warning, we can't add this to every other IPRT file.

File:
1 edited

Legend:

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

    r18560 r18602  
    2727 * Clara, CA 95054 USA or visit http://www.sun.com if you need
    2828 * additional information or have any questions.
    29  */
    30 
    31 /*
    32  * Note: This file is also compiled with a C compiler so it must not
    33  *       use genuine C++ features. On Linux it is compiled with
    34  *       gcc -Wdeclaration-after-statement, so avoid those if you can.
    3529 */
    3630
     
    409403         */
    410404# if 0 /*defined(DEBUG_bird) && !defined(IN_GUEST)*/
    411         RTLogGroupSettings(pLogger, "all=~0 -default.l6.l5.l4.l3");
     405        //RTLogGroupSettings(pLogger, "all=~0 -default.l6.l5.l4.l3");
     406        RTLogGroupSettings(pLogger, "all=0 pgm*=~0 gmm=~0");
    412407        RTLogFlags(pLogger, "enabled unbuffered pid tid");
    413408        pLogger->fDestFlags |= RTLOGDEST_DEBUGGER | RTLOGDEST_STDOUT;
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