evdev: log the wheel click angle setting
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 29 Oct 2018 03:42:19 +0000 (13:42 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 29 Oct 2018 04:11:26 +0000 (14:11 +1000)
commit49b58311590402af346fef176785f9de9b250e44
tree2fdc70c5ba4655677c94b6741d1ee852efe459c5
parent5fd8c7cdb89aff9de61f9aaf75338e5225feaf9e
evdev: log the wheel click angle setting

Log if we use a non-default click angle setting, makes it easier to debug
this. The condition to add the log was a bit unwieldly to read, so this also
factors out the property names to temporary variables.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev.c