mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 01:48:03 +02:00
touchpad: fix two debug messages to have the same prefix as the rest
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
9802ada606
commit
d5bdf7f232
1 changed files with 2 additions and 2 deletions
|
|
@ -2506,7 +2506,7 @@ tp_pair_lid_switch(struct evdev_device *touchpad,
|
||||||
|
|
||||||
if (tp->lid_switch.lid_switch == NULL) {
|
if (tp->lid_switch.lid_switch == NULL) {
|
||||||
evdev_log_debug(touchpad,
|
evdev_log_debug(touchpad,
|
||||||
"lid_switch: activated for %s<->%s\n",
|
"lid: activated for %s<->%s\n",
|
||||||
touchpad->devname,
|
touchpad->devname,
|
||||||
lid_switch->devname);
|
lid_switch->devname);
|
||||||
|
|
||||||
|
|
@ -2537,7 +2537,7 @@ tp_pair_tablet_mode_switch(struct evdev_device *touchpad,
|
||||||
return;
|
return;
|
||||||
|
|
||||||
evdev_log_debug(touchpad,
|
evdev_log_debug(touchpad,
|
||||||
"tablet_mode_switch: activated for %s<->%s\n",
|
"tablet-mode: activated for %s<->%s\n",
|
||||||
touchpad->devname,
|
touchpad->devname,
|
||||||
tablet_mode_switch->devname);
|
tablet_mode_switch->devname);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue