diff --git a/common/blspec.c b/common/blspec.c index f46a11d..b9342d5 100644 --- a/common/blspec.c +++ b/common/blspec.c @@ -278,6 +278,7 @@ fdt = read_file(filename, &size); if (!fdt) { + pr_err("Cannot read: %s\n", filename); ret = false; goto out; }