tablet: add missing linebreak after error message

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2019-04-05 09:35:41 +10:00
parent 9bba14990a
commit 502e54f93a

View file

@ -280,7 +280,7 @@ tablet_update_tool(struct tablet_dispatch *tablet,
if (enabled) {
if (tablet->current_tool.is_active)
evdev_log_bug_kernel(device,
"Tool directly switched from %d to %d",
"Tool directly switched from %d to %d\n",
tablet->current_tool.type,
tool);
tablet->current_tool.type = tool;