mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 04:40:25 +01:00
touchpad: Prefix tap-debugging message
For consistency with the butto state debugging Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c433017388
commit
5a0c06b0d1
1 changed files with 4 additions and 1 deletions
|
|
@ -477,7 +477,10 @@ tp_tap_handle_event(struct tp_dispatch *tp, enum tap_event event, uint64_t time)
|
|||
if (tp->tap.state == TAP_STATE_IDLE || tp->tap.state == TAP_STATE_DEAD)
|
||||
tp_tap_clear_timer(tp);
|
||||
|
||||
log_debug("%s → %s → %s\n", tap_state_to_str(current), tap_event_to_str(event), tap_state_to_str(tp->tap.state));
|
||||
log_debug("tap state: %s → %s → %s\n",
|
||||
tap_state_to_str(current),
|
||||
tap_event_to_str(event),
|
||||
tap_state_to_str(tp->tap.state));
|
||||
}
|
||||
|
||||
static bool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue