VirtualBox

Changeset 3681 in vbox


Ignore:
Timestamp:
Jul 18, 2007 7:30:30 AM (17 years ago)
Author:
vboxsync
Message:

Logging cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/DisplayImpl.cpp

    r3611 r3681  
    10911091void Display::VideoAccelFlush (void)
    10921092{
    1093 #ifdef DEBUG_sunlover
     1093#ifdef DEBUG_sunlover_2
    10941094    LogFlowFunc (("mfVideoAccelEnabled = %d\n", mfVideoAccelEnabled));
    1095 #endif /* DEBUG_sunlover */
     1095#endif /* DEBUG_sunlover_2 */
    10961096
    10971097    if (!mfVideoAccelEnabled)
     
    11041104    Assert(mpVbvaMemory);
    11051105
    1106 #ifdef DEBUG_sunlover
     1106#ifdef DEBUG_sunlover_2
    11071107    LogFlowFunc (("indexRecordFirst = %d, indexRecordFree = %d, off32Data = %d, off32Free = %d\n",
    11081108                  mpVbvaMemory->indexRecordFirst, mpVbvaMemory->indexRecordFree, mpVbvaMemory->off32Data, mpVbvaMemory->off32Free));
    1109 #endif /* DEBUG_sunlover */
     1109#endif /* DEBUG_sunlover_2 */
    11101110
    11111111    /* Quick check for "nothing to update" case. */
     
    19621962#endif /* DEBUG_sunlover */
    19631963
    1964 #ifdef DEBUG_sunlover
     1964#ifdef DEBUG_sunlover_2
    19651965    LogFlowFunc (("pDrv->pDisplay->mfVideoAccelEnabled = %d\n",
    19661966                  pDrv->pDisplay->mfVideoAccelEnabled));
    1967 #endif /* DEBUG_sunlover */
     1967#endif /* DEBUG_sunlover_2 */
    19681968
    19691969    Display *pDisplay = pDrv->pDisplay;
     
    20642064#ifdef DEBUG_sunlover
    20652065    STAM_PROFILE_STOP(&StatDisplayRefresh, a);
     2066#endif /* DEBUG_sunlover */
     2067#ifdef DEBUG_sunlover_2
    20662068    LogFlowFunc (("leave\n"));
    2067 #endif /* DEBUG_sunlover */
     2069#endif /* DEBUG_sunlover_2 */
    20682070}
    20692071
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