- Timestamp:
- May 20, 2008 1:55:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r8841 r8953 1087 1087 1088 1088 1089 # undef LOG_GROUP1090 # define LOG_GROUP LOG_GROUP_EM1091 1092 1089 /** 1093 1090 * Override this so we can push … … 1107 1104 pszExpr, pszFile, uLine, pszFunction); 1108 1105 #endif 1109 Log Rel(("\n!!R0-Assertion Failed!!\n"1110 "Expression: %s\n"1111 "Location : %s(%d) %s\n",1112 pszExpr, pszFile, uLine, pszFunction));1106 LogAlways(("\n!!R0-Assertion Failed!!\n" 1107 "Expression: %s\n" 1108 "Location : %s(%d) %s\n", 1109 pszExpr, pszFile, uLine, pszFunction)); 1113 1110 } 1114 1111 … … 1122 1119 for (size_t i = 0; i < cbChars; i++) 1123 1120 { 1124 Log Rel(("%c", pachChars[i])); /** @todo this isn't any release logging in ring-0 from what I can tell... */1121 LogAlways(("%c", pachChars[i])); /** @todo this isn't any release logging in ring-0 from what I can tell... */ 1125 1122 #ifndef DEBUG_sandervl 1126 1123 SUPR0Printf("%c", pachChars[i]);
Note:
See TracChangeset
for help on using the changeset viewer.