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:
Peter Hutterer 2017-11-14 15:59:55 +10:00
parent c06660b314
commit 875ae4de1e

View file

@ -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;
}
}