VirtualBox

Changeset 92299 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Nov 9, 2021 6:10:38 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Logging fixes. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp

    r92234 r92299  
    586586            {
    587587                if (g_uVerbosity >= 3)
    588                     RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Stream is writable with %RU32ms (%RU32 bytes)\n",
     588                    RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Stream is writable with %RU64ms (%RU32 bytes)\n",
    589589                                 PDMAudioPropsBytesToMilli(pMix->pProps, cbCanWrite), cbCanWrite);
    590590
     
    790790            {
    791791                if (g_uVerbosity >= 3)
    792                     RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Stream is readable with %RU32ms (%RU32 bytes)\n",
     792                    RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Stream is readable with %RU64ms (%RU32 bytes)\n",
    793793                                 PDMAudioPropsBytesToMilli(pMix->pProps, cbCanRead), cbCanRead);
    794794
Note: See TracChangeset for help on using the changeset viewer.

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