VirtualBox

Changeset 21846 in vbox


Ignore:
Timestamp:
Jul 28, 2009 2:21:37 PM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: make all messages appear in log file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/error.c

    r21312 r21846  
    181181    vsprintf( txt + offset, format, args );
    182182#if defined(IN_GUEST)
     183    crDebug("%s", txt);
    183184    outputChromiumMessage( stderr, txt );
    184185#else
     
    233234        vsprintf( txt + offset, format, args );
    234235#if defined(IN_GUEST)
     236        crDebug("%s", txt);
    235237        outputChromiumMessage( stderr, txt );
    236238#else
     
    260262    vsprintf( txt + offset, format, args );
    261263#if defined(IN_GUEST)
     264    crDebug("%s", txt);
    262265    outputChromiumMessage( stderr, txt );
    263266#else
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