VirtualBox

Changeset 33878 in vbox


Ignore:
Timestamp:
Nov 8, 2010 9:47:54 PM (14 years ago)
Author:
vboxsync
Message:

SUPLib.cpp: log R0 load failure better in release builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r33811 r33878  
    16911691    }
    16921692
    1693     RTAssertMsg2Weak("%s is importing %s which we couldn't find\n", pvUser, pszSymbol);
    1694     AssertMsgFailed(("%s is importing %s which we couldn't find\n", pvUser, pszSymbol));
     1693    AssertLogRelMsgFailed(("%s is importing %s which we couldn't find\n", pvUser, pszSymbol));
    16951694    if (g_u32FakeMode)
    16961695    {
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