Changeset 74010 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Aug 31, 2018 8:37:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r74007 r74010 2090 2090 if (RT_FAILURE(rc)) 2091 2091 { 2092 LogRel(("Audio: Getting host driver configurationfailed with %Rrc\n", pThis->szName, rc));2092 LogRel(("Audio: Getting configuration for driver '%s' failed with %Rrc\n", pThis->szName, rc)); 2093 2093 return VERR_AUDIO_BACKEND_INIT_FAILED; 2094 2094 }
Note:
See TracChangeset
for help on using the changeset viewer.