mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-20 06:59:53 -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
|
|
@ -59,7 +59,7 @@ int main(int argc, char *argv[]) {
|
|||
pa_resampler *r;
|
||||
pa_sample_spec ss1, ss2;
|
||||
|
||||
pa_log_info("Converting from '%s' to '%s'.\n", pa_channel_map_snprint(a, sizeof(a), &maps[i]), pa_channel_map_snprint(b, sizeof(b), &maps[j]));
|
||||
pa_log_info("Converting from '%s' to '%s'.", pa_channel_map_snprint(a, sizeof(a), &maps[i]), pa_channel_map_snprint(b, sizeof(b), &maps[j]));
|
||||
|
||||
ss1.channels = maps[i].channels;
|
||||
ss2.channels = maps[j].channels;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue