VirtualBox

Changeset 10841 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 23, 2008 7:54:12 PM (17 years ago)
Author:
vboxsync
Message:

Changed the assertion on pfnConstruct failure into a LogRel.

File:
1 edited

Legend:

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

    r10492 r10841  
    926926        if (VBOX_FAILURE(rc))
    927927        {
    928             NOT_DMIK(AssertMsgFailed(("Failed to construct '%s'/%d! %Vra\n", pDevIns->pDevReg->szDeviceName, pDevIns->iInstance, rc)));
     928            LogRel(("PDM: Failed to construct '%s'/%d! %Vra\n", pDevIns->pDevReg->szDeviceName, pDevIns->iInstance, rc));
    929929            /* because we're damn lazy right now, we'll say that the destructor will be called even if the constructor fails. */
    930930            return rc;
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