summaryrefslogtreecommitdiff
path: root/udevdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'udevdb.c')
-rw-r--r--udevdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/udevdb.c b/udevdb.c
index 40580e5a3b..f246936710 100644
--- a/udevdb.c
+++ b/udevdb.c
@@ -59,6 +59,7 @@ int udevdb_add_dev(const char *path, const struct udevice *dev)
data.dptr = (void *)dev;
data.dsize = UDEVICE_LEN;
+ dbg("store key '%s' for device '%s'", path, dev->name);
return tdb_store(udevdb, key, data, TDB_REPLACE);
}