Changeset 631 in vbox
- Timestamp:
- Feb 5, 2007 12:42:18 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18260
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/log.cpp
r628 r631 1568 1568 * Format the message and perhaps flush it. 1569 1569 */ 1570 if (pLogger->fFlags & RTLOGFLAGS_PREFIX_MASK)1570 if (pLogger->fFlags & (RTLOGFLAGS_PREFIX_MASK | RTLOGFLAGS_USECRLF)) 1571 1571 { 1572 1572 RTLOGOUTPUTPREFIXEDARGS OutputArgs; … … 2073 2073 2074 2074 if ( pszNewLine 2075 && pLogger->fFlags & RTLOGFLAGS_USECRLF2075 && (pLogger->fFlags & RTLOGFLAGS_USECRLF) 2076 2076 && pLogger->offScratch + 2 < sizeof(pLogger->achScratch)) 2077 2077 {
Note:
See TracChangeset
for help on using the changeset viewer.