mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-03 22:00:14 +01:00
evdev: fix an error message
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a64f9df5ce
commit
13a2336beb
1 changed files with 1 additions and 1 deletions
|
|
@ -2088,7 +2088,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