hal: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Mon Apr 6 09:40:38 PDT 2009


 hald/linux/osspec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46dc48d2235c5916179bacf58f800132cd7a7257
Author: Ozan Çağlayan <ozan at pardus.org.tr>
Date:   Mon Apr 6 09:40:12 2009 -0700

    fix SUSBSYSTEM typo in a debug message
    
    Reported on hal ML.

diff --git a/hald/linux/osspec.c b/hald/linux/osspec.c
index 56e3b65..f721b98 100644
--- a/hald/linux/osspec.c
+++ b/hald/linux/osspec.c
@@ -227,7 +227,7 @@ hald_udev_data (GIOChannel *source, GIOCondition condition, gpointer user_data)
 		goto invalid;
 	}
 	if (hotplug_event->sysfs.subsystem[0] == '\0') {
-		HAL_INFO (("missing SUSBSYSTEM"));
+		HAL_INFO (("missing SUBSYSTEM"));
 		goto invalid;
 	}
 


More information about the hal-commit mailing list