add additional debug messages

This commit is contained in:
Stefan Lankes 2011-09-19 11:36:37 -07:00
parent c08125c3ad
commit 08c6fe30ec

View file

@ -354,6 +354,7 @@ static void rckemacif_input(struct netif* netif, struct pbuf* p)
}
break;
default:
LWIP_DEBUGF(NETIF_DEBUG, ("rckemacif_input: invalid ethernet header: 0x%x\n", htons(ethhdr->type)));
pbuf_free_callback(p);
break;
}