VirtualBox

Changeset 90707 in vbox


Ignore:
Timestamp:
Aug 17, 2021 7:57:27 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146327
Message:

VBoxService.cpp: Undid some unexplained VBOXSERVICE_RELEASE_LOG -> VBOXSERVICE_LOG for DEBUG builds change from r91546, the release log is governed by the VBOXSERVICE_RELEASE_LOG environment variable prefix only and in all builds.

File:
1 edited

Legend:

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

    r86887 r90707  
    314314    fFlags |= RTLOGFLAGS_USECRLF;
    315315#endif
    316     int rc = RTLogCreateEx(&g_pLoggerRelease, fFlags, "all",
    317 #ifdef DEBUG
    318                            "VBOXSERVICE_LOG",
    319 #else
    320                            "VBOXSERVICE_RELEASE_LOG",
    321 #endif
     316    int rc = RTLogCreateEx(&g_pLoggerRelease, fFlags, "all", "VBOXSERVICE_RELEASE_LOG",
    322317                           RT_ELEMENTS(s_apszGroups), s_apszGroups, UINT32_MAX /*cMaxEntriesPerGroup*/,
    323318                           RTLOGDEST_STDOUT | RTLOGDEST_USER,
Note: See TracChangeset for help on using the changeset viewer.

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