Quellcode durchsuchen

Use dev's print_info method to print standardised information about

the boot device.
tags/v0.9.3
Michael Brown vor 19 Jahren
Ursprung
Commit
241fb0f3cd
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3
    0
      src/core/main.c

+ 3
- 0
src/core/main.c Datei anzeigen

@@ -183,6 +183,9 @@ int main ( void ) {
183 183
 			continue;
184 184
 		}
185 185
 		
186
+		/* Print device info */
187
+		print_info ( &dev );
188
+
186 189
 		/* Load configuration (e.g. DHCP) */
187 190
 		if ( ! load_configuration ( &dev ) ) {
188 191
 			/* DHCP failed */

Laden…
Abbrechen
Speichern