diff options
author | Marco d'Itri <md@Linux.IT> | 2005-11-07 18:52:03 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-11-07 18:52:03 +0100 |
commit | df4e89bfa61b6aaea41619842aa9032dd1af072e (patch) | |
tree | 73350d1017e1c531d6b19c60838d9d8082d3c282 /udev_db.c | |
parent | ff3e4bed21aaff673284f2e024da26c1e39cfda6 (diff) |
move some logging from dbg() to info()
Diffstat (limited to 'udev_db.c')
-rw-r--r-- | udev_db.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |