Fix one remaining wlr_log call

master
emersion 6 years ago
parent 1211a81aad
commit e134da3023
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

@ -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));
}
}

Loading…
Cancel
Save