Changeset 83646 in vbox for trunk/src/VBox/Runtime/common/log/log.cpp
- Timestamp:
- Apr 9, 2020 12:10:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r83645 r83646 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.