[vlc-commits] DirectSound: better logging

Jean-Baptiste Kempf git at videolan.org
Sun Feb 19 18:30:05 CET 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 19 18:30:11 2012 +0100| [2edc784f1eaf2b53e3e65472c33498b23efd87ee] | committer: Jean-Baptiste Kempf

DirectSound: better logging

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2edc784f1eaf2b53e3e65472c33498b23efd87ee
---

 modules/audio_output/directx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/audio_output/directx.c b/modules/audio_output/directx.c
index 82fc76b..3bc78bf 100644
--- a/modules/audio_output/directx.c
+++ b/modules/audio_output/directx.c
@@ -201,7 +201,7 @@ static int OpenAudio( vlc_object_t *p_this )
 
     if( var_Get( p_aout, "audio-device", &val ) < 0 )
     {
-        /* Probe() has failed. */
+        msg_Err( p_aout, "DirectSound Probe failed()" );
         goto error;
     }
 



More information about the vlc-commits mailing list