Remove info() and die()

This commit is contained in:
Johan Malm 2021-07-22 21:30:17 +01:00
parent 22f5073ebd
commit 20fd8f59a7
11 changed files with 26 additions and 51 deletions

View file

@ -31,7 +31,7 @@ configure_libinput(struct wlr_input_device *wlr_input_device)
if (libinput_device_config_tap_get_finger_count(libinput_dev) <= 0) {
return;
}
info("tap enabled for libinput device");
wlr_log(WLR_INFO, "tap enabled");
libinput_device_config_tap_set_enabled(libinput_dev,
LIBINPUT_CONFIG_TAP_ENABLED);
}