2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-22 09:31:51 +00: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:
Michael Brown 2010-04-25 01:47:03 +01:00
parent 5a5d8dd10a
commit b7c548a944

View File

@ -37,10 +37,10 @@ __asmcall int main ( void ) {
struct image *image;
/* Some devices take an unreasonably long time to initialise */
printf ( PRODUCT_SHORT_NAME " initialising devices...\n" );
printf ( PRODUCT_SHORT_NAME " initialising devices..." );
initialise();
startup();
printf ( "ok\n" );
/*
* Print welcome banner