Changeset 47826 in vbox for trunk/src/VBox/Runtime/common/misc/assert.cpp
- Timestamp:
- Aug 17, 2013 11:51:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/assert.cpp
r44528 r47826 138 138 #else /* !IN_RING0 */ 139 139 # if !defined(IN_RING3) && !defined(LOG_NO_COM) 140 # if 0 /* Enable this iff you have a COM port and really want this debug info. */ 140 141 RTLogComPrintf("\n!!Assertion Failed!!\n" 141 142 "Expression: %s\n" 142 143 "Location : %s(%d) %s\n", 143 144 pszExpr, pszFile, uLine, pszFunction); 145 # endif 144 146 # endif 145 147
Note:
See TracChangeset
for help on using the changeset viewer.