diff --git a/src/evdev-tablet.c b/src/evdev-tablet.c index e5db5c22..dc0b9c34 100644 --- a/src/evdev-tablet.c +++ b/src/evdev-tablet.c @@ -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;