aboutsummaryrefslogtreecommitdiff
path: root/sway/input
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input')
-rw-r--r--sway/input/input-manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/input/input-manager.c b/sway/input/input-manager.c
index 2b4a99d4..8d263e06 100644
--- a/sway/input/input-manager.c
+++ b/sway/input/input-manager.c
@@ -109,7 +109,8 @@ void input_manager_verify_fallback_seat(void) {
static void log_libinput_config_status(enum libinput_config_status status) {
if (status != LIBINPUT_CONFIG_STATUS_SUCCESS) {
- wlr_log(WLR_DEBUG, "Error: %s", libinput_config_status_to_str(status));
+ sway_log(SWAY_ERROR, "Failed to apply libinput config: %s",
+ libinput_config_status_to_str(status));
}
}