- Timestamp:
- Oct 25, 2021 10:12:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r92019 r92020 953 953 if (!fNoAudioOk) 954 954 return RTMsgErrorExit(RTEXITCODE_FAILURE, "Testing driver stack failed: %Rrc\n", rc); 955 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Warning: Testing driver stack not possible (%Rrc), but --no-audio-ok was specified. Running on a server without audio hardware?\n"); 955 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, 956 "Warning: Testing driver stack not possible (%Rrc), but --no-audio-ok was specified. Running on a server without audio hardware?\n", rc); 956 957 } 957 958 … … 967 968 if (!fNoAudioOk) 968 969 return RTMsgErrorExit(RTEXITCODE_FAILURE, "Unable to init driver stack: %Rrc\n", rc); 969 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Warning: Initializing driver stack not possible (%Rrc), but --no-audio-ok was specified. Running on a server without audio hardware?\n"); 970 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, 971 "Warning: Initializing driver stack not possible (%Rrc), but --no-audio-ok was specified. Running on a server without audio hardware?\n", rc); 970 972 } 971 973
Note:
See TracChangeset
for help on using the changeset viewer.