diff --git a/src/tests/dhcptest.c b/src/tests/dhcptest.c index 38bbac371..15e39c8b7 100644 --- a/src/tests/dhcptest.c +++ b/src/tests/dhcptest.c @@ -4,6 +4,7 @@ #include #include #include +#include static int test_dhcp_aoe_boot ( struct net_device *netdev, char *aoename ) { @@ -120,7 +121,7 @@ int test_dhcp ( struct net_device *netdev ) { goto out_no_del_ipv4; /* Issue DHCP request */ - printf ( "DHCP..." ); + printf ( "DHCP (%s)...", netdev_name ( netdev ) ); memset ( &dhcp, 0, sizeof ( dhcp ) ); dhcp.netdev = netdev; if ( ( rc = async_wait ( start_dhcp ( &dhcp ) ) ) != 0 ) {