From 5a0c06b0d16df9fa9ff71896f24ab3976c476287 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 5 Jun 2014 16:04:00 +1000 Subject: [PATCH] touchpad: Prefix tap-debugging message For consistency with the butto state debugging Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad-tap.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/evdev-mt-touchpad-tap.c b/src/evdev-mt-touchpad-tap.c index 6e358eec..34bb0d0b 100644 --- a/src/evdev-mt-touchpad-tap.c +++ b/src/evdev-mt-touchpad-tap.c @@ -477,7 +477,10 @@ tp_tap_handle_event(struct tp_dispatch *tp, enum tap_event event, uint64_t time) if (tp->tap.state == TAP_STATE_IDLE || tp->tap.state == TAP_STATE_DEAD) tp_tap_clear_timer(tp); - log_debug("%s → %s → %s\n", tap_state_to_str(current), tap_event_to_str(event), tap_state_to_str(tp->tap.state)); + log_debug("tap state: %s → %s → %s\n", + tap_state_to_str(current), + tap_event_to_str(event), + tap_state_to_str(tp->tap.state)); } static bool