Changeset 91072 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Sep 1, 2021 5:15:51 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146721
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioValidationKit.cpp
r91071 r91072 856 856 if (pThis->cbPlayedNoTest) 857 857 { 858 LogRel(("ValKit: Warning: Guest was playing back audio (% s, %RU32 bytes, %RU64ms) when no playback test is active\n",858 LogRel(("ValKit: Warning: Guest was playing back audio (%RU32 bytes, %RU64ms) when no playback test is active\n", 859 859 pThis->cbPlayedNoTest, PDMAudioPropsBytesToMilli(&pStream->pStream->Cfg.Props, pThis->cbPlayedNoTest))); 860 860 pThis->cbPlayedNoTest = 0;
Note:
See TracChangeset
for help on using the changeset viewer.