VirtualBox

Ignore:
Timestamp:
Dec 15, 2010 10:48:29 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68952
Message:

Too noisy logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp

    r34686 r35118  
    521521        fFlags |= VBOX_MOUSE_POINTER_VISIBLE;
    522522    }
    523 #ifndef DEBUG_misha
    524     LogFunc(("cbData %d, %dx%d\n", cbData, cWidth, cHeight));
    525 #endif
     523    LogFlowFunc(("cbData %d, %dx%d\n", cbData, cWidth, cHeight));
    526524    if (cbData > cbLength)
    527525    {
     
    558556    else
    559557        rc = VERR_NO_MEMORY;
    560 #ifndef DEBUG_misha
    561     LogFunc(("rc %d\n", rc));
    562 #endif
     558    LogFlowFunc(("rc %d\n", rc));
    563559    return RT_SUCCESS(rc);
    564560}
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