From 68c2c0b5b1dedfe0fd3346560999791efdf48c25 Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Fri, 18 Mar 2005 10:00:25 +0100 Subject: [PATCH] fix bad typo that prevents the GROUP to be applied Thanks to Jim Gifford for catching it. --- udev_libc_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udev_libc_wrapper.c') diff --git a/udev_libc_wrapper.c b/udev_libc_wrapper.c index 4b39b6f476..16d90913cf 100644 --- a/udev_libc_wrapper.c +++ b/udev_libc_wrapper.c @@ -140,7 +140,7 @@ static unsigned long get_id_by_name(const char *uname, const char *dbfile) dbg("can't open '%s' as db file", dbfile); return 0; } - dbg("reading '%s' as db file", dbfile); + dbg("search '%s' in '%s'", uname, dbfile); /* loop through the whole file */ cur = 0; -- cgit v1.2.3-54-g00ecf