VirtualBox

Changeset 12738 in vbox


Ignore:
Timestamp:
Sep 25, 2008 2:19:19 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37061
Message:

Windows Guest Additions Video Miniport: Be more quiet when debugging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp

    r8393 r12738  
    178178    BOOLEAN bRC = FALSE;
    179179
    180     dprintf(("VBoxVideo::vboxQueryPointerPosInternal: pointerXPos = %p, pointerYPos = %p\n", pointerXPos, pointerYPos));
     180    /* Activate next line only when really needed; floods the log very quickly! */
     181    /*dprintf(("VBoxVideo::vboxQueryPointerPosInternal: pointerXPos = %p, pointerYPos = %p\n", pointerXPos, pointerYPos));*/
    181182
    182183    VMMDevReqMouseStatus *req = NULL;
     
    319320    else
    320321    {
    321         dprintf(("VBoxVideo::vboxUpdatePointerShape: req->u32Version = %08X\n", req->header.version));
     322        /* Activate next line only when really needed; floods the log very quickly! */
     323        /*dprintf(("VBoxVideo::vboxUpdatePointerShape: req->u32Version = %08X\n", req->header.version));*/
    322324
    323325        /* We have our custom flags in the field */
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