X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=net%2Fbootp.c;h=44917e4807d2250ebf87c75aa03619bb2e5a8c2d;hb=a95f6dd44e7f9ec01ba6b6a663b931cfccb30100;hp=53f83626e13b19b500a399cbfbbbf315a9376793;hpb=2d30ac33d3215c10495d75fe3b094a8a0997ed6a;p=karo-tx-uboot.git diff --git a/net/bootp.c b/net/bootp.c index 53f83626e1..44917e4807 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -863,8 +863,8 @@ static void dhcp_process_options(uchar *popt, struct bootp_hdr *bp) if (dhcp_vendorex_proc(popt)) break; #endif - printf("*** Unhandled DHCP Option in OFFER/ACK:" - " %d\n", *popt); + debug("*** Unhandled DHCP Option in OFFER/ACK: %d\n", + *popt); break; } popt += oplen + 2; /* Process next option */