VirtualBox

Changeset 10315 in vbox


Ignore:
Timestamp:
Jul 7, 2008 12:49:59 PM (16 years ago)
Author:
vboxsync
Message:

Don't dump the guru meditation to stderr for me

File:
1 edited

Legend:

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

    r10062 r10315  
    24092409     * Check if we need write to stderr.
    24102410     */
     2411#ifdef DEBUG_sandervl
     2412    pHlp->fStdErr = false; /* takes too long to display here */
     2413#else
    24112414    pHlp->fStdErr = (!pHlp->pRelLogger || !(pHlp->pRelLogger->fDestFlags & (RTLOGDEST_STDOUT | RTLOGDEST_STDERR)))
    24122415                 && (!pHlp->pLogger || !(pHlp->pLogger->fDestFlags & (RTLOGDEST_STDOUT | RTLOGDEST_STDERR)));
     2416#endif
    24132417}
    24142418
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