Changeset 47827 in vbox
- Timestamp:
- Aug 18, 2013 12:00:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/assert.cpp
r47826 r47827 248 248 #else /* !IN_RING0 */ 249 249 # if !defined(IN_RING3) && !defined(LOG_NO_COM) 250 # if 0 /* Enable this iff you have a COM port and really want this debug info. */ 250 251 va_copy(vaCopy, va); 251 252 RTLogComPrintfV(pszFormat, vaCopy); 252 253 va_end(vaCopy); 254 # endif 253 255 # endif 254 256
Note:
See TracChangeset
for help on using the changeset viewer.