VirtualBox

Changeset 27566 in vbox


Ignore:
Timestamp:
Mar 22, 2010 12:02:06 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59086
Message:

PGMSavedState.cpp: Better message when finding missing ROM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMSavedState.cpp

    r27543 r27566  
    297297        {
    298298            for (PPGMROMRANGE pRom = pVM->pgm.s.pRomRangesR3; pRom; pRom = pRom->pNextR3)
    299                 AssertLogRelMsg(pRom->idSavedState != UINT8_MAX, ("%s\n", pRom->pszDesc));
     299                AssertLogRelMsg(pRom->idSavedState != UINT8_MAX,
     300                                ("The \"%s\" ROM was not found in the saved state. Probably due to some misconfiguration\n",
     301                                 pRom->pszDesc));
    300302            return VINF_SUCCESS;        /* the end */
    301303        }
Note: See TracChangeset for help on using the changeset viewer.

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