mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-02 19:10:10 +01:00
gestures: use a colon-suffixed debug prefix like the other state machines
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1048>
This commit is contained in:
parent
0ec0a4212a
commit
b1b3692e08
1 changed files with 1 additions and 1 deletions
|
|
@ -832,7 +832,7 @@ tp_gesture_handle_event(struct tp_dispatch *tp,
|
|||
|
||||
if (oldstate != tp->gesture.state) {
|
||||
evdev_log_debug(tp->device,
|
||||
"gesture state %s → %s → %s\n",
|
||||
"gesture: state %s → %s → %s\n",
|
||||
gesture_state_to_str(oldstate),
|
||||
gesture_event_to_str(event),
|
||||
gesture_state_to_str(tp->gesture.state));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue