VirtualBox

Changeset 75721 in vbox


Ignore:
Timestamp:
Nov 25, 2018 6:38:53 PM (6 years ago)
Author:
vboxsync
Message:

VBoxService: Use time rather than time_prog when logging. The latter is of little help when debugging guest controls or comparing anything to the host.

File:
1 edited

Legend:

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

    r75713 r75721  
    307307    /* Create release logger (stdout + file). */
    308308    static const char * const s_apszGroups[] = VBOX_LOGGROUP_NAMES;
    309     RTUINT fFlags = RTLOGFLAGS_PREFIX_THREAD | RTLOGFLAGS_PREFIX_TIME_PROG;
     309    RTUINT fFlags = RTLOGFLAGS_PREFIX_THREAD | RTLOGFLAGS_PREFIX_TIME;
    310310#if defined(RT_OS_WINDOWS) || defined(RT_OS_OS2)
    311311    fFlags |= RTLOGFLAGS_USECRLF;
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