VirtualBox

Changeset 23215 in vbox for trunk


Ignore:
Timestamp:
Sep 22, 2009 1:00:45 PM (15 years ago)
Author:
vboxsync
Message:

iprt/log.cpp: RTLOGFLAGS_PREFIX_TIME_PROG for RC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/log/log.cpp

    r22700 r23215  
    24192419                if (pLogger->fFlags & RTLOGFLAGS_PREFIX_TIME_PROG)
    24202420                {
    2421 #ifdef IN_RING3
     2421#if defined(IN_RING3) || defined(IN_RC)
    24222422                    uint64_t u64 = RTTimeProgramMilliTS();
    24232423                    psz += RTStrFormatNumber(psz, (uint32_t)(u64 / (60 * 60 * 1000)), 10, 2, 0, RTSTR_F_ZEROPAD);
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