]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[main] Match "starting execution" and "initialising devices" message style
authorMichael Brown <mcb30@ipxe.org>
Sun, 25 Apr 2010 00:47:03 +0000 (01:47 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 25 Apr 2010 00:50:46 +0000 (01:50 +0100)
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>
src/core/main.c

index ac81c284c5682d7da60d4abeb39bae66bcb525c8..a1128dd0261deccfd717c8b0384868cf1bee4245 100644 (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