VirtualBox

Changeset 3441 in vbox


Ignore:
Timestamp:
Jul 5, 2007 9:34:50 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22652
Message:

Too noisy to log each OpenGL command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/vboxgl.cpp

    r3435 r3441  
    126126        AssertMsgReturn(pCmd->enmOp < VBOX_OGL_OP_Last, ("Invalid OpenGL cmd %x\n", pCmd->enmOp), VERR_INVALID_PARAMETER);
    127127
    128         Log(("Flush cmd %s cParams=%d cbCmd=%x\n", pszVBoxOGLCmd[pCmd->enmOp], pCmd->cParams, pCmd->cbCmd));
     128        Log2(("Flush cmd %s cParams=%d cbCmd=%x\n", pszVBoxOGLCmd[pCmd->enmOp], pCmd->cParams, pCmd->cbCmd));
    129129
    130130        /* call wrapper */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette