mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 12:10:28 +01:00
evdev: add missing space in error message
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
33ee8d46e6
commit
9959464af7
1 changed files with 1 additions and 1 deletions
|
|
@ -2024,7 +2024,7 @@ evdev_read_wheel_click_prop(struct evdev_device *device,
|
|||
}
|
||||
|
||||
log_error(evdev_libinput_context(device),
|
||||
"Mouse wheel click angle '%s' is present but invalid,"
|
||||
"Mouse wheel click angle '%s' is present but invalid, "
|
||||
"using %d degrees instead\n",
|
||||
device->devname,
|
||||
DEFAULT_WHEEL_CLICK_ANGLE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue