Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
mcb30 committed Apr 25, 2010
1 parent 5a5d8dd commit b7c548a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/main.c
Expand Up @@ -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
Expand Down

0 comments on commit b7c548a

Please sign in to comment.