Changeset 36344 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Mar 22, 2011 2:29:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r36265 r36344 5 5 6 6 /* 7 * Copyright (C) 2006-201 0Oracle Corporation7 * Copyright (C) 2006-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 425 425 PRTLOGGER pRelLogger; 426 426 rc = RTLogCreate(&pRelLogger, 0 /* fFlags */, "all", 427 "VBOX_RELEASE_LOG", RT_ELEMENTS(s_apszGroups), s_apszGroups, 428 RTLOGDEST_STDOUT | RTLOGDEST_DEBUGGER, NULL); 427 "VBOX_RELEASE_LOG", RT_ELEMENTS(s_apszGroups), s_apszGroups, RTLOGDEST_STDOUT | RTLOGDEST_DEBUGGER, 428 NULL /* pfnBeginEnd */, 0 /* cHistory */, 0 /* cbHistoryFileMax */, 0 /* uHistoryTimeMax */, 429 NULL); 429 430 if (RT_SUCCESS(rc)) 430 431 RTLogRelSetDefaultInstance(pRelLogger); … … 4746 4747 s_apszGroups, 4747 4748 RTLOGDEST_STDOUT | RTLOGDEST_DEBUGGER, 4749 NULL /* pfnBeginEnd */, 0 /* cHistory */, 0 /* cbHistoryFileMax */, 0 /* uHistoryTimeMax */, 4748 4750 NULL); 4749 4751 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.