소스 검색

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…
취소
저장