VirtualBox

Changeset 9126 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 26, 2008 2:05:52 PM (17 years ago)
Author:
vboxsync
Message:

Additions/common: fixed release logging in guest R3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp

    r8188 r9126  
    204204    PRTLOGGER loggerRelease;
    205205    static const char * const s_apszGroups[] = VBOX_LOGGROUP_NAMES;
    206     int rrc = RTLogCreate(&loggerRelease, 0, NULL, "VBOXGUEST_RELEASE_LOG",
     206    int rrc = RTLogCreate(&loggerRelease, 0, "all", "VBOXGUEST_RELEASE_LOG",
    207207                         RT_ELEMENTS(s_apszGroups), &s_apszGroups[0],
    208                          RTLOGDEST_USER, "VBox.log");
     208                         RTLOGDEST_USER, NULL);
    209209    /* This may legitimately fail if we are using the mini-runtime. */
    210210    if (RT_SUCCESS(rrc))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette