VirtualBox

Changeset 83646 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 9, 2020 12:10:28 PM (5 years ago)
Author:
vboxsync
Message:

IPRT/log: Reverted r137096 again.

File:
1 edited

Legend:

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

    r83645 r83646  
    32143214    int rc = RTFileOpen(&pLogger->pInt->hFile, pLogger->pInt->szFilename, fOpen);
    32153215    while (   (   rc == VERR_SHARING_VIOLATION
    3216                /*|| (rc == VERR_ALREADY_EXISTS && !(pLogger->fFlags & RTLOGFLAGS_APPEND))*/)
     3216               || (rc == VERR_ALREADY_EXISTS && !(pLogger->fFlags & RTLOGFLAGS_APPEND)))
    32173217           && cBackoff < RT_ELEMENTS(g_acMsLogBackoff))
    32183218    {
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