Changeset 24050 in vbox for trunk/src/VBox
- Timestamp:
- Oct 23, 2009 6:12:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r24049 r24050 6139 6139 if (fInUse != (pThis->ahciPort[i].pDrvBase != NULL)) 6140 6140 { 6141 LogRel(("AHCI: Port %u config mismatch: fInUse - saved=% u config=%u\n", fInUse, (pThis->ahciPort[i].pDrvBase != NULL)));6141 LogRel(("AHCI: Port %u config mismatch: fInUse - saved=%RTbool config=%RTbool\n", fInUse, (pThis->ahciPort[i].pDrvBase != NULL))); 6142 6142 return VERR_SSM_LOAD_CONFIG_MISMATCH; 6143 6143 }
Note:
See TracChangeset
for help on using the changeset viewer.