Explorar el Código

[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>
tags/v1.20.1
Michael Brown hace 16 años
padre
commit
b7c548a944
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/core/main.c

+ 2
- 2
src/core/main.c Ver fichero

37
 	struct image *image;
37
 	struct image *image;
38
 
38
 
39
 	/* Some devices take an unreasonably long time to initialise */
39
 	/* Some devices take an unreasonably long time to initialise */
40
-	printf ( PRODUCT_SHORT_NAME " initialising devices...\n" );
41
-
40
+	printf ( PRODUCT_SHORT_NAME " initialising devices..." );
42
 	initialise();
41
 	initialise();
43
 	startup();
42
 	startup();
43
+	printf ( "ok\n" );
44
 
44
 
45
 	/*
45
 	/*
46
 	 * Print welcome banner
46
 	 * Print welcome banner

Loading…
Cancelar
Guardar