Pārlūkot izejas kodu

Print informative error message when boot fails.

tags/v0.9.3
Michael Brown 18 gadus atpakaļ
vecāks
revīzija
3460860bef
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/tests/dhcptest.c

+ 1
- 1
src/tests/dhcptest.c Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt