Index: /trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/SUPLib.cpp	(revision 33877)
+++ /trunk/src/VBox/HostDrivers/Support/SUPLib.cpp	(revision 33878)
@@ -1691,6 +1691,5 @@
     }
 
-    RTAssertMsg2Weak("%s is importing %s which we couldn't find\n", pvUser, pszSymbol);
-    AssertMsgFailed(("%s is importing %s which we couldn't find\n", pvUser, pszSymbol));
+    AssertLogRelMsgFailed(("%s is importing %s which we couldn't find\n", pvUser, pszSymbol));
     if (g_u32FakeMode)
     {
