VirtualBox

Changeset 37812 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jul 7, 2011 9:56:42 AM (14 years ago)
Author:
vboxsync
Message:

VMM: LogRel on VERR_PDM_DEVICE_NOT_FOUND

File:
1 edited

Legend:

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

    r37466 r37812  
    192192        /* Find the device. */
    193193        PPDMDEV pDev = pdmR3DevLookup(pVM, szName);
    194         AssertMsgReturn(pDev, ("Configuration error: device '%s' not found!\n", szName), VERR_PDM_DEVICE_NOT_FOUND);
     194        AssertLogRelMsgReturn(pDev, ("Configuration error: device '%s' not found!\n", szName), VERR_PDM_DEVICE_NOT_FOUND);
    195195
    196196        /* Configured priority or use default based on device class? */
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