Changeset 91532 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Oct 4, 2021 6:12:29 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147226
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
r91510 r91532 274 274 uint32_t cbBeaconPlayed = 0; 275 275 276 RTTestPrintf(g_hTest, RTTESTLVL_ DEBUG, "Playing %RU32 bytes total\n", cbToPlayTotal);276 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Playing %RU32 bytes total\n", cbToPlayTotal); 277 277 if (cbBeaconToPlay) 278 278 { 279 RTTestPrintf(g_hTest, RTTESTLVL_ DEBUG, "Playing 2 x %RU32 bytes pre/post beacons\n", cbBeaconToPlay);279 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Playing 2 x %RU32 bytes pre/post beacons\n", cbBeaconToPlay); 280 280 cbToPlayTotal += cbBeacon * 2 /* Pre + post beacon */; 281 281 }
Note:
See TracChangeset
for help on using the changeset viewer.