mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue