summaryrefslogtreecommitdiff
path: root/udev_db.c
diff options
context:
space:
mode:
authorMarco d'Itri <md@Linux.IT>2005-11-07 18:52:03 +0100
committerKay Sievers <kay.sievers@suse.de>2005-11-07 18:52:03 +0100
commitdf4e89bfa61b6aaea41619842aa9032dd1af072e (patch)
tree73350d1017e1c531d6b19c60838d9d8082d3c282 /udev_db.c
parentff3e4bed21aaff673284f2e024da26c1e39cfda6 (diff)
move some logging from dbg() to info()
Diffstat (limited to 'udev_db.c')
-rw-r--r--udev_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev_db.c b/udev_db.c
index f00308bd2f..5caf3fda80 100644
--- a/udev_db.c
+++ b/udev_db.c
@@ -129,7 +129,7 @@ int udev_db_get_device(struct udevice *udev, const char *devpath)
devpath_to_db_path(devpath, filename, sizeof(filename));
if (file_map(filename, &buf, &bufsize) != 0) {
- dbg("no db file to read %s: %s", filename, strerror(errno));
+ info("no db file to read %s: %s", filename, strerror(errno));
return -1;
}