diff --git a/rbutil/mkamsboot/mkamsboot.c b/rbutil/mkamsboot/mkamsboot.c index 8f3da63b92..cfa9e37746 100644 --- a/rbutil/mkamsboot/mkamsboot.c +++ b/rbutil/mkamsboot/mkamsboot.c @@ -391,7 +391,7 @@ int main(int argc, char* argv[]) buf = load_file(infile, &len); if (buf == NULL) { - fprintf(stderr,"[ERR] Could not load bootloader file\n"); + fprintf(stderr,"[ERR] Could not load %s\n",infile); return 1; }