mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-22 01:40:49 -05:00
src: Add missing new lines to log messages
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
208fc99e66
commit
e475decf1d
2 changed files with 5 additions and 5 deletions
|
|
@ -1049,7 +1049,7 @@ copy_fds_to_connection(struct wl_closure *closure,
|
|||
fd = closure->args[i].h;
|
||||
if (wl_connection_put_fd(connection, fd)) {
|
||||
wl_log("request could not be marshaled: "
|
||||
"can't send file descriptor");
|
||||
"can't send file descriptor\n");
|
||||
return -1;
|
||||
}
|
||||
closure->args[i].h = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue