Changeset 83645 in vbox
- Timestamp:
- Apr 9, 2020 10:16:24 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137096
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r83510 r83645 3214 3214 int rc = RTFileOpen(&pLogger->pInt->hFile, pLogger->pInt->szFilename, fOpen); 3215 3215 while ( ( rc == VERR_SHARING_VIOLATION 3216 || (rc == VERR_ALREADY_EXISTS && !(pLogger->fFlags & RTLOGFLAGS_APPEND)))3216 /*|| (rc == VERR_ALREADY_EXISTS && !(pLogger->fFlags & RTLOGFLAGS_APPEND))*/) 3217 3217 && cBackoff < RT_ELEMENTS(g_acMsLogBackoff)) 3218 3218 {
Note:
See TracChangeset
for help on using the changeset viewer.