Преглед на файлове

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…
Отказ
Запис