VirtualBox

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


Ignore:
Timestamp:
Oct 30, 2018 9:30:43 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126250
Message:

CFGM: Don't assert when config constructor fails.

File:
1 edited

Legend:

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

    r73912 r75171  
    232232    }
    233233    else
    234         AssertMsgFailed(("Constructor failed with rc=%Rrc pfnCFGMConstructor=%p\n", rc, pfnCFGMConstructor));
     234        LogRel(("Constructor failed with rc=%Rrc pfnCFGMConstructor=%p\n", rc, pfnCFGMConstructor));
    235235
    236236    return rc;
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