mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 07:50:43 +03:00
Don't print "<NULL>" when we use imgautoselect().
This commit is contained in:
@@ -344,7 +344,8 @@ static int imgexec_exec ( int argc, char **argv ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( ( rc = imgexec ( image ) ) != 0 ) {
|
if ( ( rc = imgexec ( image ) ) != 0 ) {
|
||||||
printf ( "Could not execute %s: %s\n", name, strerror ( rc ) );
|
printf ( "Could not execute %s: %s\n",
|
||||||
|
image->name, strerror ( rc ) );
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user