From b1b3692e0873e7e242004b3f0bea9f2220850f89 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 12 Sep 2024 14:59:06 +1000 Subject: [PATCH] gestures: use a colon-suffixed debug prefix like the other state machines Part-of: --- src/evdev-mt-touchpad-gestures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evdev-mt-touchpad-gestures.c b/src/evdev-mt-touchpad-gestures.c index 9802d106..655c37d8 100644 --- a/src/evdev-mt-touchpad-gestures.c +++ b/src/evdev-mt-touchpad-gestures.c @@ -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));