aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dwyer <RyanDwyer@users.noreply.github.com>2018-11-26 21:28:56 +1000
committerGitHub <noreply@github.com>2018-11-26 21:28:56 +1000
commiteaa852ed77f66f782df73a33928717d68937d4b1 (patch)
treeb22ef0507627c5427b9f1a456e3598b592c748e8
parentb5093a940bcea82574e6a401b3a411d15fef0212 (diff)
parent27d1910becc73e1f08c8e188570e4fd595f94983 (diff)
Merge pull request #1395 from emersion/text-input-log-newline
text-input-v3: remove newline in log message
-rw-r--r--types/wlr_text_input_v3.c2
1 files changed, 1 insertions, 1 deletions
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) {