瀏覽代碼

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…
取消
儲存