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