evdev: fix an error message

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-01-25 13:03:28 +10:00
parent a64f9df5ce
commit 13a2336beb

View file

@ -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);