mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 01:52:39 +03:00
[main] Match "starting execution" and "initialising devices" message style
Add a trailing "ok" to the "initialising devices message", to match the visual style of the "ok" now added to the "starting execution" message. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -37,10 +37,10 @@ __asmcall int main ( void ) {
|
|||||||
struct image *image;
|
struct image *image;
|
||||||
|
|
||||||
/* Some devices take an unreasonably long time to initialise */
|
/* Some devices take an unreasonably long time to initialise */
|
||||||
printf ( PRODUCT_SHORT_NAME " initialising devices...\n" );
|
printf ( PRODUCT_SHORT_NAME " initialising devices..." );
|
||||||
|
|
||||||
initialise();
|
initialise();
|
||||||
startup();
|
startup();
|
||||||
|
printf ( "ok\n" );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Print welcome banner
|
* Print welcome banner
|
||||||
|
|||||||
Reference in New Issue
Block a user