瀏覽代碼

Use dev's print_info method to print standardised information about

the boot device.
tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
241fb0f3cd
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      src/core/main.c

+ 3
- 0
src/core/main.c 查看文件

@@ -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 */

Loading…
取消
儲存