From: Michael Brown Date: Sun, 25 Apr 2010 00:47:03 +0000 (+0100) Subject: [main] Match "starting execution" and "initialising devices" message style X-Git-Tag: v1.20.1~2694 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7c548a944753faf14eb1b6ee761c6c0cd6e768c;p=thirdparty%2Fipxe.git [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 --- diff --git a/src/core/main.c b/src/core/main.c index ac81c284c..a1128dd02 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -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