소스 검색

Print informative error message when boot fails.

tags/v0.9.3
Michael Brown 18 년 전
부모
커밋
3460860bef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/tests/dhcptest.c

+ 1
- 1
src/tests/dhcptest.c 파일 보기

@@ -251,7 +251,7 @@ int test_dhcp ( struct net_device *netdev ) {
251 251
 
252 252
 	/* Test boot */
253 253
 	if ( ( rc = test_dhcp_boot ( netdev, filename ) ) != 0 ) {
254
-		printf ( "Boot failed\n" );
254
+		printf ( "Boot failed: %s\n", strerror ( rc ) );
255 255
 		goto out;
256 256
 	}
257 257
 	

Loading…
취소
저장