vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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; } _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
