From 27d1910becc73e1f08c8e188570e4fd595f94983 Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 26 Nov 2018 12:15:34 +0100 Subject: [PATCH] text-input-v3: remove newline in log message --- types/wlr_text_input_v3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/wlr_text_input_v3.c b/types/wlr_text_input_v3.c index 6ec0762a..e8f7a613 100644 --- a/types/wlr_text_input_v3.c +++ b/types/wlr_text_input_v3.c @@ -176,7 +176,7 @@ static void text_input_commit(struct wl_client *client, text_input->current_serial++; if (text_input->focused_surface == NULL) { - wlr_log(WLR_DEBUG, "Text input commit received without focus\n"); + wlr_log(WLR_DEBUG, "Text input commit received without focus"); } if (!old_enabled && text_input->current_enabled) {