[vlc-commits] Qtsound: improve debug message

Jean-Baptiste Kempf git at videolan.org
Mon Mar 25 14:26:50 CET 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 24 23:43:44 2013 +0100| [54bd1b5fe9df8183e8f75e722891c15846310fcb] | committer: Jean-Baptiste Kempf

Qtsound: improve debug message

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

 modules/access/qtsound.m |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/access/qtsound.m b/modules/access/qtsound.m
index 4ff1230..e002b91 100644
--- a/modules/access/qtsound.m
+++ b/modules/access/qtsound.m
@@ -138,7 +138,8 @@ vlc_module_end ()
                 return;
             }
         } else {
-            msg_Err(p_qtsound, "Too many or only one channel found.");
+            msg_Err(p_qtsound, "Too many or only one channel found: %i.",
+                               tempAudioBufferList->mNumberBuffers);
             return;
         }
 



More information about the vlc-commits mailing list