summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
diff options
context:
space:
mode:
authorMichael Brown2010-04-25 02:47:03 +0200
committerMichael Brown2010-04-25 02:50:46 +0200
commitb7c548a944753faf14eb1b6ee761c6c0cd6e768c (patch)
tree274c2f0043b6183fff766cfd12ced61777a593a2 /src/core/main.c
parent[romprefix] Inhibit the use of relocation during POST (diff)
downloadipxe-b7c548a944753faf14eb1b6ee761c6c0cd6e768c.tar.gz
ipxe-b7c548a944753faf14eb1b6ee761c6c0cd6e768c.tar.xz
ipxe-b7c548a944753faf14eb1b6ee761c6c0cd6e768c.zip
[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>
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/main.c b/src/core/main.c
index ac81c284..a1128dd0 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