mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
Merge pull request #1395 from emersion/text-input-log-newline
text-input-v3: remove newline in log message
This commit is contained in:
commit
eaa852ed77
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue