- Timestamp:
- Apr 19, 2022 10:15:33 AM (3 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
r93115 r94629 580 580 0 /*cBufDescs*/, NULL /*paBufDescs*/, RTLOGDEST_STDOUT, 581 581 vboxTrayLogHeaderFooter, g_cHistory, g_uHistoryFileSize, g_uHistoryFileTime, 582 NULL /*pOutputIf*/, NULL /*pvOutputIfUser*/, 582 583 RTErrInfoInitStatic(&ErrInfo), NULL /*pszFilenameFmt*/); 583 584 if (RT_SUCCESS(rc)) -
trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClient.cpp
r93115 r94629 66 66 pszLogFileName ? 100 * _1M : 0 /*cbHistoryFileMax*/, 67 67 pszLogFileName ? RT_SEC_1DAY : 0 /*cSecsHistoryTimeSlot*/, 68 NULL /*pOutputIf*/, NULL /*pvOutputIfUser*/, 68 69 NULL /*pErrInfo*/, "%s", pszLogFileName ? pszLogFileName : ""); 69 70 AssertRCReturn(rc, rc); -
trunk/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp
r94184 r94629 939 939 0 /*cBufDescs*/, NULL /*paBufDescs*/, RTLOGDEST_STDOUT, 940 940 vboxGreeterLogHeaderFooter, g_cHistory, g_uHistoryFileSize, g_uHistoryFileTime, 941 NULL /*pOutputIf*/, NULL /*pvOutputIfUser*/, 941 942 NULL /*pErrInfo*/, pszLogFile); 942 943 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.