Commit 2edc784f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

DirectSound: better logging

parent 200a43b8
...@@ -201,7 +201,7 @@ static int OpenAudio( vlc_object_t *p_this ) ...@@ -201,7 +201,7 @@ static int OpenAudio( vlc_object_t *p_this )
if( var_Get( p_aout, "audio-device", &val ) < 0 ) if( var_Get( p_aout, "audio-device", &val ) < 0 )
{ {
/* Probe() has failed. */ msg_Err( p_aout, "DirectSound Probe failed()" );
goto error; goto error;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment