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:
Peter Hutterer 2011-07-20 16:21:28 +10:00
parent 1357cd7251
commit e684e816ac
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,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)