Changeset 90845 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Aug 24, 2021 12:39:33 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
r90831 r90845 89 89 int audioTestDevicesEnumerateAndCheck(PAUDIOTESTDRVSTACK pDrvStack, const char *pszDev, PPDMAUDIOHOSTDEV *ppDev) 90 90 { 91 RTTestSubF(g_hTest, "Enumerating audio devices and checking for device '%s'", pszDev && *pszDev ? pszDev : " <Default>");91 RTTestSubF(g_hTest, "Enumerating audio devices and checking for device '%s'", pszDev && *pszDev ? pszDev : "[Default]"); 92 92 93 93 if (!pDrvStack->pIHostAudio->pfnGetDevices)
Note:
See TracChangeset
for help on using the changeset viewer.