VirtualBox

Ignore:
Timestamp:
Aug 13, 2021 1:15:11 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146295
Message:

Audio/ValKit: Logging tweaks for VKAT. ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp

    r90079 r90683  
    636636    RT_NOREF(pTstEnv);
    637637
    638     RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Connecting %s ...\n", pszWhat);
    639 
    640638    RTGETOPTUNION Val;
    641639    RT_ZERO(Val);
     
    659657    AssertRCReturn(rc, rc);
    660658
     659    RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Connecting %s (connection mode '%s') ...\n", pszWhat, Val.psz);
     660
    661661    if (   !RTStrCmp(Val.psz, "client")
    662662        || !RTStrCmp(Val.psz, "both"))
    663            RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Connecting at %s:%RU32\n", pszTcpConnectAddr, uTcpConnectPort);
     663           RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Connecting to %s:%RU32\n", pszTcpConnectAddr, uTcpConnectPort);
    664664
    665665    if (   !RTStrCmp(Val.psz, "server")
     
    702702    }
    703703
    704     RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Connected %s\n", pszWhat);
     704    RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Successfully connected %s\n", pszWhat);
    705705    return rc;
    706706}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette