diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-08-02 20:27:50 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-08-02 20:27:50 +0100 |
commit | 710c6c1be1ca195b9ba1d152183676169f76685c (patch) | |
tree | 153273c1f13fb9e0c2d28c45ab29976703f45d9c /src/usr | |
parent | 1ae40765a665244804891d9c3c6ed95e0f641ad9 (diff) | |
download | ipxe-710c6c1be1ca195b9ba1d152183676169f76685c.tar.gz |
Error message cleanups.
Diffstat (limited to 'src/usr')
-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; |