From: Peter Hutterer Date: Tue, 18 Jun 2019 03:20:32 +0000 (+1000) Subject: touchpad: slightly change a debug message X-Git-Tag: 1.13.901~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=305251e6335908cf16a24de3efa03cbf8c4e73de;p=platform%2Fupstream%2Flibinput.git touchpad: slightly change a debug message Makes it clearer that thumb detection always enables area-based detection. Signed-off-by: Peter Hutterer --- diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index a54cc2d..6619501 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