Skip to content
Snippets Groups Projects
Commit 54bd1b5f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Qtsound: improve debug message

parent 333cb46b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment