Changeset 28709 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 25, 2010 6:09:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r28708 r28709 2616 2616 */ 2617 2617 cb = psz - &pLogger->achScratch[pLogger->offScratch]; 2618 AssertMsg(cb <= 223, ("%#zx (%zd) - fFlags=%#x\n", cb, cb, pLogger->fFlags)) );2618 AssertMsg(cb <= 223, ("%#zx (%zd) - fFlags=%#x\n", cb, cb, pLogger->fFlags)); 2619 2619 pLogger->offScratch += (uint32_t)cb; 2620 2620 cb = sizeof(pLogger->achScratch) - pLogger->offScratch - 1;
Note:
See TracChangeset
for help on using the changeset viewer.