summaryrefslogtreecommitdiff
path: root/udev_libc_wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'udev_libc_wrapper.c')
-rw-r--r--udev_libc_wrapper.c2
1 files changed, 1 insertions, 1 deletions
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;