mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-17 22:05:34 -05:00
Remove newline at end of log messages
Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
This commit is contained in:
parent
9cc778123f
commit
8b076c3ed9
18 changed files with 60 additions and 60 deletions
|
|
@ -114,7 +114,7 @@ static void run_mix_test(
|
|||
for (i = 0; i < nsamples; i++) {
|
||||
if (samples[i] != samples_ref[i]) {
|
||||
pa_log_debug("Correctness test failed: align=%d, channels=%d", align, channels);
|
||||
pa_log_debug("%d: %hd != %04hd (%hd + %hd)\n",
|
||||
pa_log_debug("%d: %hd != %04hd (%hd + %hd)",
|
||||
i,
|
||||
samples[i], samples_ref[i],
|
||||
samples0[i], samples1[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue