diff --git a/src/evdev-mt-touchpad-tap.c b/src/evdev-mt-touchpad-tap.c index b99249bf..69c9669f 100644 --- a/src/evdev-mt-touchpad-tap.c +++ b/src/evdev-mt-touchpad-tap.c @@ -147,7 +147,7 @@ tp_tap_idle_handle_event(struct tp_dispatch *tp, case TAP_EVENT_RELEASE: case TAP_EVENT_MOTION: log_bug_libinput(libinput, - "invalid event, no fingers are down\n"); + "invalid tap event, no fingers are down\n"); break; case TAP_EVENT_TIMEOUT: break; @@ -218,7 +218,7 @@ tp_tap_tapped_handle_event(struct tp_dispatch *tp, case TAP_EVENT_MOTION: case TAP_EVENT_RELEASE: log_bug_libinput(libinput, - "invalid event when fingers are up\n"); + "invalid tap event when fingers are up\n"); break; case TAP_EVENT_TOUCH: tp->tap.state = TAP_STATE_DRAGGING_OR_DOUBLETAP;