Changeset 66741 in vbox
- Timestamp:
- May 2, 2017 8:30:02 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115147
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp
r66740 r66741 808 808 AssertMsg(cRefs > 1 && cRefs < _1M, 809 809 ("%#x %p ops=%p %s (%d)\n", cRefs, pThis, pThis->pOps, pThis->pOps->pszName, pThis->pOps->enmType)); 810 LogFlow(("%s(%p/%p) -> %2d; caller: %s %s(% s) \n", pszApi, pThis, pThis->pvThis, cRefs, pszFunction, pszFile, iLine));810 LogFlow(("%s(%p/%p) -> %2d; caller: %s %s(%d) \n", pszApi, pThis, pThis->pvThis, cRefs, pszFunction, pszFile, iLine)); 811 811 RT_SRC_POS_NOREF(); RT_NOREF(pszApi); 812 812 return cRefs;
Note:
See TracChangeset
for help on using the changeset viewer.