- Timestamp:
- Dec 17, 2013 7:36:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/solaris/USBProxyServiceSolaris.cpp
r49962 r49964 379 379 * Remove the one-shot filter if necessary. 380 380 */ 381 LogFlowThisFunc(("aDevice=%s aSuccess=%RTbool mOneShotId=%p\n", aDevice-> _getName().c_str(), aSuccess, aDevice->mOneShotId));381 LogFlowThisFunc(("aDevice=%s aSuccess=%RTbool mOneShotId=%p\n", aDevice->i_getName().c_str(), aSuccess, aDevice->mOneShotId)); 382 382 if (!aSuccess && aDevice->mOneShotId) 383 383 USBLibRemoveFilter(aDevice->mOneShotId);
Note:
See TracChangeset
for help on using the changeset viewer.