mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-01 10:30:09 +01:00
touchpad: extend two debug messages
Makes it quicker to know where it's coming from. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a5c7de04c4
commit
120199514b
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue