VirtualBox

Changeset 24050 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 23, 2009 6:12:53 PM (15 years ago)
Author:
vboxsync
Message:

DevAHCI: more config bugfix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r24049 r24050  
    61396139            if (fInUse != (pThis->ahciPort[i].pDrvBase != NULL))
    61406140            {
    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)));
    61426142                return VERR_SSM_LOAD_CONFIG_MISMATCH;
    61436143            }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette