mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-07 19:20:15 +01:00
evdev: add missing %s for accelerometer tagging
Oh gcc warning, where are thou? Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
911059b1e7
commit
43a3a6ced0
1 changed files with 1 additions and 1 deletions
|
|
@ -1393,7 +1393,7 @@ evdev_configure_device(struct evdev_device *device)
|
|||
}
|
||||
|
||||
log_info(libinput,
|
||||
"input device '%s', %s is tagged by udev as:%s%s%s%s%s%s\n",
|
||||
"input device '%s', %s is tagged by udev as:%s%s%s%s%s%s%s\n",
|
||||
device->devname, devnode,
|
||||
udev_tags & EVDEV_UDEV_TAG_KEYBOARD ? " Keyboard" : "",
|
||||
udev_tags & EVDEV_UDEV_TAG_MOUSE ? " Mouse" : "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue