VirtualBox

Ignore:
Timestamp:
Oct 11, 2021 11:10:58 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147389
Message:

Audio/Validation Kit: Made some of the verification output debug-mode only; too much noisy otherwise [build fix]. ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/AudioTest.cpp

    r91661 r91662  
    24552455                             cbSizeB - FileB.offStart);
    24562456
     2457    int rc2;
    24572458#ifdef DEBUG
    2458     int rc2 = audioTestErrorDescAddInfo(pVerJob->pErr, pVerJob->idxTest, "File A ('%s'): uOff=%RU64 (%#x), cbSize=%RU64 (%#x), cbFileSize=%RU64\n",
    2459                                         ObjA.szName, FileA.offStart, FileA.offStart, FileA.cbSize, FileA.cbSize, cbSizeA);
     2459    rc2 = audioTestErrorDescAddInfo(pVerJob->pErr, pVerJob->idxTest, "File A ('%s'): uOff=%RU64 (%#x), cbSize=%RU64 (%#x), cbFileSize=%RU64\n",
     2460                                    ObjA.szName, FileA.offStart, FileA.offStart, FileA.cbSize, FileA.cbSize, cbSizeA);
    24602461    AssertRC(rc2);
    24612462
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette