VirtualBox

Changeset 17416 in vbox for trunk


Ignore:
Timestamp:
Mar 5, 2009 4:29:02 PM (16 years ago)
Author:
vboxsync
Message:

Backed out 43811; not required

File:
1 edited

Legend:

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

    r17405 r17416  
    18281828            /* how much */
    18291829            size_t cb = sizeof(pLogger->achScratch) - pLogger->offScratch - 1;
    1830 
    1831             /*
    1832              * Flush the buffer if there isn't enough room.
    1833              */
    1834             if (cb < cbChars)
    1835             {
    1836                 rtlogFlush(pLogger);
    1837                 cb = sizeof(pLogger->achScratch) - pLogger->offScratch - 1;
    1838             }
    18391830            if (cb > cbChars)
    18401831                cb = cbChars;
     
    18531844
    18541845            pachChars += cb;
     1846
     1847            /* flush */
     1848            rtlogFlush(pLogger);
    18551849        }
    18561850
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