VirtualBox

Changeset 5816 in vbox


Ignore:
Timestamp:
Nov 22, 2007 5:46:01 PM (17 years ago)
Author:
vboxsync
Message:

Guest additions: deactivated some logging which was filling up my release log with a debug build of the additions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp

    r4242 r5816  
    134134    }
    135135
    136     dprintf (("VbglHGCMCall: pCallInfo->cParms = %d, pHGCMCall->u32Function = %d\n", pCallInfo->cParms, pCallInfo->u32Function));
     136    /* Anyone who needs this can re-enable it locally */
     137    /* dprintf (("VbglHGCMCall: pCallInfo->cParms = %d, pHGCMCall->u32Function = %d\n", pCallInfo->cParms, pCallInfo->u32Function)); */
    137138
    138139    pHGCMCall = NULL;
     
    143144    rc = VbglGRAlloc ((VMMDevRequestHeader **)&pHGCMCall, sizeof (VMMDevHGCMCall) + cbParms, VMMDevReq_HGCMCall);
    144145
    145     dprintf (("VbglHGCMCall Allocated gr %p, rc = %Vrc, cbParms = %d\n", pHGCMCall, rc, cbParms));
     146    /* Anyone who needs this can re-enable it locally */
     147    /* dprintf (("VbglHGCMCall Allocated gr %p, rc = %Vrc, cbParms = %d\n", pHGCMCall, rc, cbParms)); */
    146148
    147149    if (VBOX_SUCCESS(rc))
     
    203205        if (VBOX_SUCCESS(rc))
    204206        {
    205             dprintf (("calling VbglGRPerform\n"));
     207            /* Anyone who needs this can re-enable it locally */
     208            /* dprintf (("calling VbglGRPerform\n")); */
    206209
    207210            /* Issue request */
    208211            rc = VbglGRPerform (&pHGCMCall->header.header);
    209212
    210             dprintf (("VbglGRPerform rc = %Vrc (header rc=%d)\n", rc, pHGCMCall->header.result));
     213            /* Anyone who needs this can re-enable it locally */
     214            /* dprintf (("VbglGRPerform rc = %Vrc (header rc=%d)\n", rc, pHGCMCall->header.result)); */
    211215
    212216            /** If the call failed, but as a result of the request itself, then pretend success 
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