Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net> --- src/evdev-mt-touchpad.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index 2a6cdcef..eaa9215a 100644 --- a/src/evdev-mt-touchpad.c +++ b/src/evdev-mt-touchpad.c @@ -3073,7 +3073,9 @@ tp_init_pressure(struct tp_dispatch *tp, tp->pressure.low = lo; evdev_log_debug(device, - "using pressure-based touch detection\n"); + "using pressure-based touch detection (%d:%d)\n", + lo, + hi); } static bool -- 2.14.3 _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel