VirtualBox

Ignore:
Timestamp:
Apr 2, 2008 4:52:01 PM (17 years ago)
Author:
vboxsync
Message:

append one space after the cpu id

File:
1 edited

Legend:

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

    r7709 r7710  
    20482048#endif
    20492049                    psz += RTStrFormatNumber(psz, idCpu, 16, sizeof(idCpu) * 2, 0, RTSTR_F_ZEROPAD);
     2050                    psz++ = ' ';
    20502051                }
    20512052                if (pLogger->fFlags & RTLOGFLAGS_PREFIX_FLAG_NO)
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