mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-28 10:50:07 +01:00
evdev: fix an error message
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 13a2336beb)
This commit is contained in:
parent
6e094af2b6
commit
22e8de0dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -2077,7 +2077,7 @@ evdev_read_wheel_click_count_prop(struct evdev_device *device,
|
|||
}
|
||||
|
||||
log_error(evdev_libinput_context(device),
|
||||
"Mouse wheel click count '%s' is present but invalid, "
|
||||
"Mouse wheel click count for '%s' is present but invalid, "
|
||||
"using %d degrees for angle instead instead\n",
|
||||
device->devname,
|
||||
DEFAULT_WHEEL_CLICK_ANGLE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue