From d5bdf7f23271f0af6eaae7db8fbe1c6e13cdcecb Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 3 May 2019 14:12:44 +1000 Subject: [PATCH] touchpad: fix two debug messages to have the same prefix as the rest Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index ec81e080..b21a172c 100644 --- a/src/evdev-mt-touchpad.c +++ b/src/evdev-mt-touchpad.c @@ -2506,7 +2506,7 @@ tp_pair_lid_switch(struct evdev_device *touchpad, if (tp->lid_switch.lid_switch == NULL) { evdev_log_debug(touchpad, - "lid_switch: activated for %s<->%s\n", + "lid: activated for %s<->%s\n", touchpad->devname, lid_switch->devname); @@ -2537,7 +2537,7 @@ tp_pair_tablet_mode_switch(struct evdev_device *touchpad, return; evdev_log_debug(touchpad, - "tablet_mode_switch: activated for %s<->%s\n", + "tablet-mode: activated for %s<->%s\n", touchpad->devname, tablet_mode_switch->devname); -- 2.34.1