VirtualBox

Changeset 69746 in vbox


Ignore:
Timestamp:
Nov 18, 2017 8:55:07 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119146
Message:

IPRT: Added tweak (RTLOGDEST_F_DELAY_FILE) for delaying log file opening untill the RTLogClearFileDelayFlag function is called. [build fix]

File:
1 edited

Legend:

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

    r69745 r69746  
    24582458                && pLogger->pInt->hFile == NIL_RTFILE)
    24592459            {
    2460                 int rc = rtR3LogOpenFileDestination(pLogger, NULL, 0);
     2460                rc = rtR3LogOpenFileDestination(pLogger, NULL, 0);
    24612461                if (RT_SUCCESS(rc))
    24622462                    rtlogFlush(pLogger, false /*fNeedSpace*/);
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