Changeset 44235 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 4, 2013 8:47:58 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83079
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp
r43858 r44235 1351 1351 if (pTask->enmTransferType == PDMACTASKFILETRANSFER_FLUSH) 1352 1352 { 1353 LogRel(("AIOMgr: Flush failed with %Rrc, disabling async flushes\n", rc ));1353 LogRel(("AIOMgr: Flush failed with %Rrc, disabling async flushes\n", rcReq)); 1354 1354 pEndpoint->fAsyncFlushSupported = false; 1355 1355 AssertMsg(pEndpoint->pFlushReq == pTask, ("Failed flush request doesn't match active one\n"));
Note:
See TracChangeset
for help on using the changeset viewer.