Changeset 91198 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Sep 10, 2021 12:55:54 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 146853
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
r91194 r91198 606 606 char szTimeCreated[RTTIME_STR_LEN]; 607 607 RTTimeToString(&pToneParms->Hdr.tsCreated, szTimeCreated, sizeof(szTimeCreated)); 608 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, " Created (caller UTC): %s\n", szTimeCreated);608 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Test created (caller UTC): %s\n", szTimeCreated); 609 609 610 610 const PAUDIOTESTSTREAM pTstStream = &pTstEnv->aStreams[0]; /** @todo Make this dynamic. */ … … 654 654 char szTimeCreated[RTTIME_STR_LEN]; 655 655 RTTimeToString(&pToneParms->Hdr.tsCreated, szTimeCreated, sizeof(szTimeCreated)); 656 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, " Created (caller UTC): %s\n", szTimeCreated);656 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Test created (caller UTC): %s\n", szTimeCreated); 657 657 658 658 const PAUDIOTESTSTREAM pTstStream = &pTstEnv->aStreams[0]; /** @todo Make this dynamic. */
Note:
See TracChangeset
for help on using the changeset viewer.