[PATCH 02/17] config: fix a log message

Peter Hutterer peter.hutterer at who-t.net
Sun Aug 7 23:20:58 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 fc6ee5d..b11c81d 100644
--- a/config/udev.c
+++ b/config/udev.c
@@ -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)
-- 
1.7.6



More information about the xorg-devel mailing list