VirtualBox

Changeset 91053 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Sep 1, 2021 10:37:25 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Give the user more hints when the Validation Kit audio driver has failed to run. ​bugref:10008

File:
1 edited

Legend:

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

    r91052 r91053  
    237237    LogRel(("ValKit: Cleaning up ...\n"));
    238238
    239     if (pThis->cTestsRec)
    240         LogRel(("ValKit: Warning: %RU32 guest recording tests still outstanding:\n", pThis->cTestsRec));
    241 
    242239    if (   pThis->cTestsTotal
    243240        && (   !pThis->cbPlayedTotal
     
    253250                "ValKit:     - Audio stack misconfiguration / bug?\n\n"));
    254251    }
     252
     253    if (pThis->cTestsRec)
     254        LogRel(("ValKit: Warning: %RU32 guest recording tests still outstanding:\n", pThis->cTestsRec));
    255255
    256256    PVALKITTESTDATA pTst, pTstNext;
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