Error message cleanups.

This commit is contained in:
Michael Brown
2007-08-02 20:27:50 +01:00
parent 1ae40765a6
commit 710c6c1be1
2 changed files with 3 additions and 2 deletions

View File

@@ -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;