Remove newline at end of log messages

Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
This commit is contained in:
Peter Meerwald-Stadler 2016-08-16 07:03:25 +02:00
parent 9cc778123f
commit 8b076c3ed9
18 changed files with 60 additions and 60 deletions

View file

@ -299,7 +299,7 @@ START_TEST (mix_test) {
pa_mix_info m[2];
void *ptr;
pa_log_debug("=== mixing: %s\n", pa_sample_format_to_string(a.format));
pa_log_debug("=== mixing: %s", pa_sample_format_to_string(a.format));
/* Generate block */
i.memblock = generate_block(pool, &a);