From 305251e6335908cf16a24de3efa03cbf8c4e73de Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 18 Jun 2019 13:20:32 +1000 Subject: [PATCH] touchpad: slightly change a debug message Makes it clearer that thumb detection always enables area-based detection. Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index a54cc2d3..6619501d 100644 --- a/src/evdev-mt-touchpad.c +++ b/src/evdev-mt-touchpad.c @@ -3500,9 +3500,9 @@ tp_init_thumb(struct tp_dispatch *tp) quirks_unref(q); evdev_log_debug(device, - "thumb: enabled thumb detection%s%s\n", - tp->thumb.use_pressure ? " (+pressure)" : "", - tp->thumb.use_size ? " (+size)" : ""); + "thumb: enabled thumb detection (area%s%s)\n", + tp->thumb.use_pressure ? ", pressure" : "", + tp->thumb.use_size ? ", size" : ""); } static bool