mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-03-01 01:40:26 -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
|
|
@ -483,7 +483,7 @@ int pa_shm_cleanup(void) {
|
|||
segment_name(fn, sizeof(fn), id);
|
||||
|
||||
if (shm_unlink(fn) < 0 && errno != EACCES && errno != ENOENT)
|
||||
pa_log_warn("Failed to remove SHM segment %s: %s\n", fn, pa_cstrerror(errno));
|
||||
pa_log_warn("Failed to remove SHM segment %s: %s", fn, pa_cstrerror(errno));
|
||||
}
|
||||
|
||||
closedir(d);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue