diff options
Diffstat (limited to 'src/usr/autoboot.c')
-rw-r--r-- | src/usr/autoboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c index b5f4e9b22..2afe596eb 100644 --- a/src/usr/autoboot.c +++ b/src/usr/autoboot.c @@ -62,7 +62,7 @@ static int boot_filename ( const char *filename ) { } if ( ( rc = imgfetch ( image, filename, register_and_autoexec_image ) ) != 0 ) { - printf ( "Could not retrieve %s: %s\n", + printf ( "Could not boot %s: %s\n", filename, strerror ( rc ) ); image_put ( image ); return rc; |