Changeset 92299 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Nov 9, 2021 6:10:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
r92234 r92299 586 586 { 587 587 if (g_uVerbosity >= 3) 588 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Stream is writable with %RU 32ms (%RU32 bytes)\n",588 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Stream is writable with %RU64ms (%RU32 bytes)\n", 589 589 PDMAudioPropsBytesToMilli(pMix->pProps, cbCanWrite), cbCanWrite); 590 590 … … 790 790 { 791 791 if (g_uVerbosity >= 3) 792 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Stream is readable with %RU 32ms (%RU32 bytes)\n",792 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Stream is readable with %RU64ms (%RU32 bytes)\n", 793 793 PDMAudioPropsBytesToMilli(pMix->pProps, cbCanRead), cbCanRead); 794 794
Note:
See TracChangeset
for help on using the changeset viewer.