VirtualBox

Changeset 28709 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Apr 25, 2010 6:09:51 PM (15 years ago)
Author:
vboxsync
Message:

log.cpp: Corrected an assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/log/log.cpp

    r28708 r28709  
    26162616                 */
    26172617                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));
    26192619                pLogger->offScratch += (uint32_t)cb;
    26202620                cb = sizeof(pLogger->achScratch) - pLogger->offScratch - 1;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette