VirtualBox

Changeset 49511 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 15, 2013 4:11:30 PM (11 years ago)
Author:
vboxsync
Message:

VBoxService: don't disable logging if no log file name is passed

File:
1 edited

Legend:

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

    r49349 r49511  
    223223int VBoxServiceLogCreate(const char *pszLogFile)
    224224{
    225     if (!pszLogFile) /* No logging wanted? Take a shortcut. */
    226         return VINF_SUCCESS;
    227 
    228225    /* Create release logger (stdout + file). */
    229226    static const char * const s_apszGroups[] = VBOX_LOGGROUP_NAMES;
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