On Sun, 29 Jan 2023 at 09:46, Pali Rohár <[email protected]> wrote: commit message? Also it is good to keep subjects to under 60 chars
> > Signed-off-by: Pali Rohár <[email protected]> > --- > tools/imagetool.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/imagetool.c b/tools/imagetool.c > index f14ca2fb979f..688169b3a813 100644 > --- a/tools/imagetool.c > +++ b/tools/imagetool.c > @@ -105,7 +105,7 @@ static int imagetool_verify_print_header_by_type( > } > > } else { > - fprintf(stderr, "%s: print_header undefined for %s\n", > + fprintf(stderr, "%s: verify_header undefined for %s\n", > params->cmdname, tparams->name); > } > > -- > 2.20.1 >

