mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 19:38:37 +03:00
Display name and status of each file as it is downloaded.
This commit is contained in:
@@ -53,7 +53,7 @@ int imgfetch ( struct image *image, const char *uri_string,
|
||||
|
||||
if ( ( rc = create_downloader ( &monojob, image, image_register,
|
||||
LOCATION_URI, uri ) ) == 0 )
|
||||
rc = monojob_wait();
|
||||
rc = monojob_wait ( uri_string );
|
||||
|
||||
uri_put ( uri );
|
||||
return rc;
|
||||
|
||||
Reference in New Issue
Block a user