VirtualBox

Changeset 84794 in vbox for trunk


Ignore:
Timestamp:
Jun 11, 2020 1:34:08 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/TXS: Version information printing nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp

    r84787 r84794  
    16951695    } Pkt;
    16961696
    1697     if (RTStrPrintf2(Pkt.szVer, sizeof(Pkt.szVer), "%s r%s %s%s (%s %s)",
     1697    if (RTStrPrintf2(Pkt.szVer, sizeof(Pkt.szVer), "%s r%s %s.%s (%s %s)",
    16981698                     RTBldCfgVersion(), RTBldCfgRevisionStr(), KBUILD_TARGET, KBUILD_TARGET_ARCH, __DATE__, __TIME__) > 0)
    16991699    {
     
    30173017static RTEXITCODE txsMainLoop(void)
    30183018{
    3019     RTMsgInfo("Version %s r%s %s%s (%s %s)\n",
     3019    RTMsgInfo("Version %s r%s %s.%s (%s %s)\n",
    30203020              RTBldCfgVersion(), RTBldCfgRevisionStr(), KBUILD_TARGET, KBUILD_TARGET_ARCH, __DATE__, __TIME__);
    30213021
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