Changeset 52489 in vbox for trunk/src/VBox/Main/src-server/win
- Timestamp:
- Aug 25, 2014 8:27:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/svcmain.cpp
r52240 r52489 94 94 { 95 95 /* Disable log rotation at this point, worst case a log file 96 97 98 99 96 * becomes slightly bigger than it should. Avoids quirks with 97 * log rotation: there might be another API service process 98 * running at this point which would rotate the logs concurrently, 99 * creating a mess. */ 100 100 PRTLOGGER pReleaseLogger = RTLogRelDefaultInstance(); 101 101 if (pReleaseLogger)
Note:
See TracChangeset
for help on using the changeset viewer.