Changeset 34657 in vbox for trunk/src/VBox/VMM/PDMBlkCache.cpp
- Timestamp:
- Dec 2, 2010 8:26:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMBlkCache.cpp
r34428 r34657 2448 2448 if (RT_FAILURE(rcIoXfer)) 2449 2449 { 2450 LogRel(("I/O cache: Error while writing entry at offset %llu (%u bytes) to medium \"%s\" \n",2451 pEntry->Core.Key, pEntry->cbData, pBlkCache->pszId) );2450 LogRel(("I/O cache: Error while writing entry at offset %llu (%u bytes) to medium \"%s\" (rc=%Rrc)\n", 2451 pEntry->Core.Key, pEntry->cbData, pBlkCache->pszId), rcIoXfer); 2452 2452 2453 2453 if (!ASMAtomicXchgBool(&pCache->fIoErrorVmSuspended, true))
Note:
See TracChangeset
for help on using the changeset viewer.