VirtualBox

Changeset 39531 in vbox


Ignore:
Timestamp:
Dec 5, 2011 3:37:54 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75215
Message:

Temporarily enabled buffering when composing the release log headering.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r39493 r39531  
    61166116    {
    61176117        RTLogSetGroupLimit(pReleaseLogger, 32768);
     6118        bool fOldBuffered = RTLogRelSetBuffering(true /*fBuffered*/);
    61186119
    61196120        /* some introductory information */
     
    61776178        hrc = S_OK;
    61786179
    6179         /* Explicitly flush the log in case of VBOX_RELEASE_LOG=buffered. */
     6180        /* Restore the buffering setting and xplicitly flush the log. */
     6181        RTLogRelSetBuffering(fOldBuffered);
    61806182        RTLogFlush(pReleaseLogger);
    61816183    }
Note: See TracChangeset for help on using the changeset viewer.

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