VirtualBox

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


Ignore:
Timestamp:
Jan 26, 2023 4:10:02 PM (23 months ago)
Author:
vboxsync
Message:

Audio/VKAT: Added syntax help for "--mode" and show the available (compiled-in) audio backends when specifying an invalid backend [build fix].

File:
1 edited

Legend:

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

    r98318 r98324  
    266266            || strcmp(pszBackend, g_aBackends[i].pDrvReg->szName) == 0)
    267267            return g_aBackends[i].pDrvReg;
    268     RTMsgError("Unknown backend: '%s'\n\n");
     268    RTMsgError("Unknown backend: '%s'\n\n", pszBackend);
    269269    RTPrintf("Supported backend values are: ");
    270270    for (uintptr_t i = 0; i < RT_ELEMENTS(g_aBackends); i++)
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