diff --git a/util/cbfstool/elfheaders.c b/util/cbfstool/elfheaders.c index 0462d0a6d6..67f01d4df1 100644 --- a/util/cbfstool/elfheaders.c +++ b/util/cbfstool/elfheaders.c @@ -503,7 +503,7 @@ int parse_elf(const struct buffer *pinput, struct parsed_elf *pelf, int flags) memset(pelf, 0, sizeof(*pelf)); if (!iself(buffer_get(pinput))) { - ERROR("The stage file is not in ELF format!\n"); + DEBUG("The stage file is not in ELF format!\n"); return -1; }