mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-04 09:40:14 +01:00
evdev: remove duplicate device name in log message
evdev_log_* already writes the device name Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
53d53dd18e
commit
4fdaa63e18
1 changed files with 1 additions and 3 deletions
|
|
@ -2220,9 +2220,7 @@ evdev_read_switch_reliability_prop(struct evdev_device *device)
|
|||
prop);
|
||||
r = RELIABILITY_UNKNOWN;
|
||||
} else if (r == RELIABILITY_WRITE_OPEN) {
|
||||
evdev_log_info(device,
|
||||
"%s: will write switch open events\n",
|
||||
device->devname);
|
||||
evdev_log_info(device, "will write switch open events\n");
|
||||
}
|
||||
|
||||
return r;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue