diff options
| -rw-r--r-- | rbutil/mkamsboot/mkamsboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mkamsboot/mkamsboot.c b/rbutil/mkamsboot/mkamsboot.c index 8f3da63..cfa9e37 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; } |