- Timestamp:
- Jun 27, 2007 11:24:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r3238 r3312 58 58 59 59 60 #ifdef DEBUG61 60 #define DEBUG_NO_RING0_ASSERTIONS 62 61 #ifdef DEBUG_NO_RING0_ASSERTIONS 63 62 static PVM g_pVMAssert = 0; 64 #endif65 63 #endif 66 64 … … 745 743 746 744 747 /*748 * Keep this private until it writes to the release log.749 */750 #ifdef DEBUG_sandervl751 752 745 # undef LOG_GROUP 753 746 # define LOG_GROUP LOG_GROUP_EM … … 756 749 DECLEXPORT(void) RTCALL AssertMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) 757 750 { 758 Log (("\n!!R0-Assertion Failed!!\n"751 LogRel(("\n!!R0-Assertion Failed!!\n" 759 752 "Expression: %s\n" 760 753 "Location : %s(%d) %s\n", … … 769 762 { 770 763 for (size_t i=0;i<cbChars;i++) 771 Log (("%c", pachChars[i]));764 LogRel(("%c", pachChars[i])); 772 765 773 766 return cbChars; … … 787 780 } 788 781 } 789 790 #endif /* private */
Note:
See TracChangeset
for help on using the changeset viewer.