Changeset 3441 in vbox
- Timestamp:
- Jul 5, 2007 9:34:50 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22652
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/vboxgl.cpp
r3435 r3441 126 126 AssertMsgReturn(pCmd->enmOp < VBOX_OGL_OP_Last, ("Invalid OpenGL cmd %x\n", pCmd->enmOp), VERR_INVALID_PARAMETER); 127 127 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)); 129 129 130 130 /* call wrapper */
Note:
See TracChangeset
for help on using the changeset viewer.