Changeset 69749 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Nov 19, 2017 12:49:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r69500 r69749 310 310 fFlags |= RTLOGFLAGS_USECRLF; 311 311 #endif 312 char szError[RTPATH_MAX + 128] = "";313 312 int rc = RTLogCreateEx(&g_pLoggerRelease, fFlags, "all", 314 313 #ifdef DEBUG … … 320 319 RTLOGDEST_STDOUT | RTLOGDEST_USER, 321 320 vgsvcLogHeaderFooter, g_cHistory, g_uHistoryFileSize, g_uHistoryFileTime, 322 szError, sizeof(szError), pszLogFile);321 NULL /*pErrInfo*/, pszLogFile); 323 322 if (RT_SUCCESS(rc)) 324 323 {
Note:
See TracChangeset
for help on using the changeset viewer.