aboutsummaryrefslogtreecommitdiffstats
path: root/src/connection.c
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2021-05-07 11:00:43 +0300
committerMarius Vlad <marius.vlad@collabora.com>2021-05-07 11:07:54 +0300
commite475decf1d665da7fae71df9624974179fadf007 (patch)
tree5a01306e7b459502e14df7b8a520d7e1f2de1874 /src/connection.c
parentDocument serial param usage in wl_pointer.set_cursor (diff)
downloadwayland-e475decf1d665da7fae71df9624974179fadf007.tar
wayland-e475decf1d665da7fae71df9624974179fadf007.tar.gz
wayland-e475decf1d665da7fae71df9624974179fadf007.tar.bz2
wayland-e475decf1d665da7fae71df9624974179fadf007.tar.lz
wayland-e475decf1d665da7fae71df9624974179fadf007.tar.xz
wayland-e475decf1d665da7fae71df9624974179fadf007.tar.zst
wayland-e475decf1d665da7fae71df9624974179fadf007.zip
src: Add missing new lines to log messages
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'src/connection.c')
-rw-r--r--src/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.c b/src/connection.c
index d0c7d9f..69190a1 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -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;