mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 12:28:10 +02:00
wheel: match the state debug prefix with our other debug logs
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1240>
This commit is contained in:
parent
3a3e292d43
commit
28a681932c
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ wheel_handle_event(struct fallback_dispatch *dispatch,
|
|||
|
||||
if (oldstate != dispatch->wheel.state) {
|
||||
evdev_log_debug(dispatch->device,
|
||||
"wheel state %s → %s → %s\n",
|
||||
"wheel: %s → %s → %s\n",
|
||||
wheel_state_to_str(oldstate),
|
||||
wheel_event_to_str(event),
|
||||
wheel_state_to_str(dispatch->wheel.state));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue