Changeset 91652 in vbox
- Timestamp:
- Oct 10, 2021 8:29:55 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147379
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTest.cpp
r91643 r91652 2164 2164 if (RT_SUCCESS(rc)) 2165 2165 { 2166 int rc2 = audioTestErrorDescAddInfo(pVerJob->pErr, pVerJob->idxTest, "Normalized '%s' (ratio is %u.%02u%%)\n",2167 pObj->szName, (unsigned)dbRatio, (unsigned)(dbRatio * 100) % 100);2166 int rc2 = audioTestErrorDescAddInfo(pVerJob->pErr, pVerJob->idxTest, "Normalized '%s' -> '%s' (ratio is %u.%02u%%)\n", 2167 pObj->szName, szFileDst, (unsigned)dbRatio, (unsigned)(dbRatio * 100) % 100); 2168 2168 AssertRC(rc2); 2169 2169 }
Note:
See TracChangeset
for help on using the changeset viewer.