]> git.sesse.net Git - vlc/commitdiff
Qtsound: improve debug message
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 24 Mar 2013 22:43:44 +0000 (23:43 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 25 Mar 2013 13:26:38 +0000 (14:26 +0100)
modules/access/qtsound.m

index 4ff12309927591b749e40ccca9227fe6ba293711..e002b912ead0956152602a347991387cb19eab7c 100644 (file)
@@ -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;
         }