mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-13 02:10:29 +01:00
evdev: fix a broken log message for per-context logging
Somehow escaped the fixes in 8302b0b7e3
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ef34fee2a3
commit
152d60d7c3
1 changed files with 2 additions and 1 deletions
|
|
@ -708,7 +708,8 @@ evdev_configure_device(struct evdev_device *device)
|
|||
has_abs) {
|
||||
device->dispatch = evdev_tablet_create(device);
|
||||
device->seat_caps |= EVDEV_DEVICE_TABLET;
|
||||
log_info("input device '%s', %s is a tablet\n",
|
||||
log_info(libinput,
|
||||
"input device '%s', %s is a tablet\n",
|
||||
device->devname, device->devnode);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue