Index: /trunk/src/VBox/Runtime/r3/os2/RTTimeSet-os2.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/os2/RTTimeSet-os2.cpp	(revision 75465)
+++ /trunk/src/VBox/Runtime/r3/os2/RTTimeSet-os2.cpp	(revision 75466)
@@ -82,5 +82,5 @@
         if (rc == NO_ERROR)
             return VINF_SUCCESS;
-        AssertRC(rc);
+        AssertMsgFailed(("rc=%u\n", rc));
         return RTErrConvertFromOS2(rc);
     }
