Tell the user what device tree node we're looking for.

Signed-off-by: Roland Hieber <r.hie...@pengutronix.de>
---
 common/image-fit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/image-fit.c b/common/image-fit.c
index 6cbf23250d..72b5bbf179 100644
--- a/common/image-fit.c
+++ b/common/image-fit.c
@@ -291,7 +291,7 @@ static int fit_check_rsa_signature(struct device_node 
*sig_node,
        key_node = of_find_node_by_path(key_path);
        free(key_path);
        if (!key_node) {
-               pr_info("failed to find key node\n");
+               pr_info("failed to find key node %s\n", key_path);
                return -ENOENT;
        }
 
-- 
2.18.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to