From e475decf1d665da7fae71df9624974179fadf007 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 7 May 2021 11:00:43 +0300 Subject: src: Add missing new lines to log messages Signed-off-by: Marius Vlad --- src/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection.c') 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; -- cgit v1.2.3-70-g09d2