From 875ae4de1eb893467b6d8810ccb9e7d762b3c85b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 14 Nov 2017 15:59:55 +1000 Subject: [PATCH] touchpad: change a log message for consistency The other tablet mode notices say "suspending ..." Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index 37ae8503..e90ec2d2 100644 --- a/src/evdev-mt-touchpad.c +++ b/src/evdev-mt-touchpad.c @@ -2079,7 +2079,7 @@ tp_switch_event(uint64_t time, struct libinput_event *event, void *data) break; case LIBINPUT_SWITCH_STATE_ON: tp_suspend(tp, tp->device); - evdev_log_debug(tp->device, "%s: suspend touchpad\n", which); + evdev_log_debug(tp->device, "%s: suspending touchpad\n", which); break; } }