Changeset 7710 in vbox
- Timestamp:
- Apr 2, 2008 4:52:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r7709 r7710 2048 2048 #endif 2049 2049 psz += RTStrFormatNumber(psz, idCpu, 16, sizeof(idCpu) * 2, 0, RTSTR_F_ZEROPAD); 2050 psz++ = ' '; 2050 2051 } 2051 2052 if (pLogger->fFlags & RTLOGFLAGS_PREFIX_FLAG_NO)
Note:
See TracChangeset
for help on using the changeset viewer.