chiark / gitweb /
[PATCH] udev-test.pl: use more common user/group names
[elogind.git] / udev_libc_wrapper.c
index 4b39b6f47627826fd09c836af3a7869b1830c58e..16d90913cf84606d38cf5ac794cd391b957f29d7 100644 (file)
@@ -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;