VirtualBox

Changeset 57902 in vbox


Ignore:
Timestamp:
Sep 25, 2015 4:28:52 PM (9 years ago)
Author:
vboxsync
Message:

DevAHCI: logrel nit

File:
1 edited

Legend:

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

    r57709 r57902  
    77317731        pAhciPort->PCHSGeometry.cHeads     = 0;
    77327732        pAhciPort->PCHSGeometry.cSectors   = 0;
    7733         LogRel(("AHCI LUN#%d: CD/DVD, total number of sectors %Ld, passthrough %s\n", pAhciPort->iLUN, pAhciPort->cTotalSectors, (pAhciPort->fATAPIPassthrough ? "enabled" : "disabled")));
     7733        LogRel(("AHCI: LUN#%d: CD/DVD, total number of sectors %Ld, passthrough %s\n", pAhciPort->iLUN,
     7734                pAhciPort->cTotalSectors, (pAhciPort->fATAPIPassthrough ? "enabled" : "disabled")));
    77347735    }
    77357736    else
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