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>
This commit is contained in:
parent
1357cd7251
commit
e684e816ac
|
@ -126,7 +126,7 @@ device_added(struct udev_device *udev_device)
|
||||||
== -1)
|
== -1)
|
||||||
attrs.usb_id = NULL;
|
attrs.usb_id = NULL;
|
||||||
else
|
else
|
||||||
LOG_PROPERTY(path, "PRODUCT", product);
|
LOG_PROPERTY(ppath, "PRODUCT", product);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!name)
|
if (!name)
|
||||||
|
|
Loading…
Reference in New Issue