Changeset 103530 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Feb 22, 2024 12:11:49 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161873
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
r103517 r103530 708 708 709 709 if (cbWritten != cbToWrite) 710 RTTestFailed(g_hTest, "Test #%RU32: Only played %RU32/%RU32 bytes ",710 RTTestFailed(g_hTest, "Test #%RU32: Only played %RU32/%RU32 bytes\n", 711 711 idxTest, cbWritten, cbToWrite); 712 712 … … 1002 1002 1003 1003 if (g_uVerbosity >= 2) 1004 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Test #%RU32: Recording tone data done ", idxTest);1004 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Test #%RU32: Recording tone data done\n", idxTest); 1005 1005 1006 1006 if (AudioTestBeaconGetSize(&Beacon)) … … 1011 1011 if (g_uVerbosity >= 2) 1012 1012 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, 1013 "Test #%RU32: Waiting for %s beacon ... ",1013 "Test #%RU32: Waiting for %s beacon ...\n", 1014 1014 idxTest, AudioTestBeaconTypeGetName(Beacon.enmType)); 1015 1015 }
Note:
See TracChangeset
for help on using the changeset viewer.