mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-09 09:50:16 +01:00
fallback: change a debug message to be less ambiguous
"activated" sounds like we're disabling things here, but we're just pairing the two devices Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
6304dc1b19
commit
0b96f167ad
1 changed files with 1 additions and 1 deletions
|
|
@ -1201,7 +1201,7 @@ fallback_keyboard_pair_tablet_mode(struct evdev_device *keyboard,
|
|||
return;
|
||||
|
||||
evdev_log_debug(keyboard,
|
||||
"tablet_mode_switch: activated for %s<->%s\n",
|
||||
"tablet_mode_switch: paired %s<->%s\n",
|
||||
keyboard->devname,
|
||||
tablet_mode_switch->devname);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue