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:
Peter Hutterer 2025-06-18 12:45:15 +10:00 committed by Marge Bot
parent 3a3e292d43
commit 28a681932c

View file

@ -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));