image: Be a little more verbose when checking signatures
[oweals/u-boot.git] / common / image-fit.c
index 3d0cd564d833d8563264d355d06f4656989ce4b9..47fc84aa4e3f0224aba7d271beef7266928eb6bb 100644 (file)
@@ -1951,7 +1951,7 @@ int fit_image_load(bootm_headers_t *images, ulong addr,
                fit_uname = fit_get_name(fit, noffset, NULL);
        }
        if (noffset < 0) {
-               puts("Could not find subimage node\n");
+               printf("Could not find subimage node type '%s'\n", prop_name);
                bootstage_error(bootstage_id + BOOTSTAGE_SUB_SUBNODE);
                return -ENOENT;
        }