touchpad: fix link in error message - add missing '.html'

https://bugs.freedesktop.org/show_bug.cgi?id=96191

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 83b0f3c4f3)
This commit is contained in:
Peter Hutterer 2016-05-30 16:09:42 +10:00
parent 6bff32a750
commit 41f03cb767

View file

@ -961,7 +961,7 @@ tp_process_state(struct tp_dispatch *tp, uint64_t time)
if (tp_detect_jumps(tp, t)) {
log_bug_kernel(tp_libinput_context(tp),
"Touch jump detected and discarded.\n"
"See %stouchpad_jumping_cursor for details\n",
"See %stouchpad_jumping_cursor.html for details\n",
HTTP_DOC_LINK);
tp_motion_history_reset(t);
}