Changeset 91053 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Sep 1, 2021 10:37:25 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioValidationKit.cpp
r91052 r91053 237 237 LogRel(("ValKit: Cleaning up ...\n")); 238 238 239 if (pThis->cTestsRec)240 LogRel(("ValKit: Warning: %RU32 guest recording tests still outstanding:\n", pThis->cTestsRec));241 242 239 if ( pThis->cTestsTotal 243 240 && ( !pThis->cbPlayedTotal … … 253 250 "ValKit: - Audio stack misconfiguration / bug?\n\n")); 254 251 } 252 253 if (pThis->cTestsRec) 254 LogRel(("ValKit: Warning: %RU32 guest recording tests still outstanding:\n", pThis->cTestsRec)); 255 255 256 256 PVALKITTESTDATA pTst, pTstNext;
Note:
See TracChangeset
for help on using the changeset viewer.