mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-04 16:40:13 +01:00
tablet: add missing linebreak after error message
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
9bba14990a
commit
502e54f93a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue