VirtualBox

Changeset 90708 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Aug 17, 2021 8:01:56 PM (3 years ago)
Author:
vboxsync
Message:

X11/VBoxClient: More of the same, probably copied from VBoxService in r133655, only use VBOXCLIENT_RELEASE_LOG for controlling the release log.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/logging.cpp

    r88947 r90708  
    263263    fFlags |= RTLOGFLAGS_USECRLF;
    264264#endif
    265     int rc = RTLogCreateEx(&g_pLoggerRelease, fFlags, "all",
    266 #ifdef DEBUG
    267                            "VBOXCLIENT_LOG",
    268 #else
    269                            "VBOXCLIENT_RELEASE_LOG",
    270 #endif
     265    int rc = RTLogCreateEx(&g_pLoggerRelease, fFlags, "all", "VBOXCLIENT_RELEASE_LOG",
    271266                           RT_ELEMENTS(s_apszGroups), s_apszGroups, UINT32_MAX /*cMaxEntriesPerGroup*/,
    272267                           RTLOGDEST_STDOUT | RTLOGDEST_USER,
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