mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 17:20:06 +01:00
tablet: add missing space in an error message
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1e9925735a
commit
419db83dad
1 changed files with 1 additions and 1 deletions
|
|
@ -2024,7 +2024,7 @@ tablet_reject_device(struct evdev_device *device)
|
|||
return 0;
|
||||
|
||||
evdev_log_bug_libinput(device,
|
||||
"missing tablet capabilities:%s%s%s%s."
|
||||
"missing tablet capabilities:%s%s%s%s. "
|
||||
"Ignoring this device.\n",
|
||||
has_xy ? "" : " xy",
|
||||
has_pen ? "" : " pen",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue