VirtualBox

Changeset 10841

Show
Ignore:
Timestamp:
07/23/08 21:54:12 (3 months ago)
Author:
vboxsync
Message:

Changed the assertion on pfnConstruct failure into a LogRel?.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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; 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy