VirtualBox

Changeset 41490 in vbox for trunk


Ignore:
Timestamp:
May 30, 2012 8:09:08 AM (13 years ago)
Author:
vboxsync
Message:

DevPcBios: be more verbose

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPcBios.cpp

    r40973 r41490  
    756756            {
    757757                pThis->iShutdown = 0;
    758                 LogRel(("8900h shutdown request.\n"));
     758                LogRel(("DevPcBios: 8900h shutdown request.\n"));
    759759                return PDMDevHlpVMPowerOff(pDevIns);
    760760            }
     
    12241224            return rc;
    12251225
    1226         LogRel(("Using BIOS ROM '%s' with a size of %#x bytes\n", pThis->pszPcBiosFile, pThis->cbPcBios));
     1226        LogRel(("DevPcBios: Using BIOS ROM '%s' with a size of %#x bytes\n", pThis->pszPcBiosFile, pThis->cbPcBios));
    12271227    }
    12281228    else
     
    13521352             * Ignore failure and fall back to the built-in LAN boot ROM.
    13531353             */
    1354             Log(("pcbiosConstruct: Failed to open LAN boot ROM file '%s', rc=%Rrc!\n", pThis->pszLanBootFile, rc));
     1354            LogRel(("DevPcBios: Failed to open LAN boot ROM file '%s', rc=%Rrc!\n", pThis->pszLanBootFile, rc));
    13551355            RTFileClose(FileLanBoot);
    13561356            FileLanBoot = NIL_RTFILE;
     
    13651365    if (pThis->pszLanBootFile)
    13661366    {
     1367        LogRel(("DevPcBios: Using LAN ROM '%s' with a size of %#x bytes\n", pThis->pszLanBootFile, cbFileLanBoot));
    13671368        /*
    13681369         * Allocate buffer for the LAN boot ROM data.
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