VirtualBox

Changeset 44367 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 25, 2013 11:16:24 AM (12 years ago)
Author:
vboxsync
Message:

glue/com.cpp: VBoxLogRelCreate should pass pcszGroupSettings along to RTLogCreateEx and not hardcode it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/com.cpp

    r43534 r44367  
    321321#endif
    322322    g_pszLogEntity = pcszEntity;
    323     int vrc = RTLogCreateEx(&pReleaseLogger, fFlags, "all all.restrict default.unrestricted",
     323    int vrc = RTLogCreateEx(&pReleaseLogger, fFlags, pcszGroupSettings,
    324324                            pcszEnvVarBase, RT_ELEMENTS(s_apszGroups), s_apszGroups, fDestFlags,
    325325                            vboxHeaderFooter, cHistory, uHistoryFileSize, uHistoryFileTime,
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