[PATCH 1/2] config: fix a log message

Peter Hutterer peter.hutterer at who-t.net
Wed Jul 27 17:17:12 PDT 2011


PRODUCT was taken from the parent, hence ppath.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 config/udev.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/udev.c b/config/udev.c
index 33c00bc..22e3567 100644
--- a/config/udev.c
+++ b/config/udev.c
@@ -131,7 +131,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)
-- 
1.7.6



More information about the xorg-devel mailing list