Commit 54bd1b5f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qtsound: improve debug message

parent 333cb46b
...@@ -138,7 +138,8 @@ vlc_module_end () ...@@ -138,7 +138,8 @@ vlc_module_end ()
return; return;
} }
} else { } 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; return;
} }
......
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