mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-07 19:20:15 +01:00
touchpad: change a log message for consistency
The other tablet mode notices say "suspending ..." Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c06660b314
commit
875ae4de1e
1 changed files with 1 additions and 1 deletions
|
|
@ -2079,7 +2079,7 @@ tp_switch_event(uint64_t time, struct libinput_event *event, void *data)
|
|||
break;
|
||||
case LIBINPUT_SWITCH_STATE_ON:
|
||||
tp_suspend(tp, tp->device);
|
||||
evdev_log_debug(tp->device, "%s: suspend touchpad\n", which);
|
||||
evdev_log_debug(tp->device, "%s: suspending touchpad\n", which);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue