mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 06:28:07 +02:00
config: fix a log message
PRODUCT was taken from the parent, hence ppath.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
(cherry picked from commit e684e816ac)
This commit is contained in:
parent
ec8ee3a9f7
commit
ef5c31430c
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ device_added(struct udev_device *udev_device)
|
|||
== -1)
|
||||
attrs.usb_id = NULL;
|
||||
else
|
||||
LOG_PROPERTY(path, "PRODUCT", product);
|
||||
LOG_PROPERTY(ppath, "PRODUCT", product);
|
||||
}
|
||||
}
|
||||
if (!name)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue