X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/9c86d6da946b19a513ab554ee12473360d38d93d..bc9e1044fd166db4e75cdc39b2aaa17d942b3ca4:/net/net.c diff --git a/net/net.c b/net/net.c index 3e6130f..5d0c75b 100644 --- a/net/net.c +++ b/net/net.c @@ -46,7 +46,7 @@ void eth_poll() if ((p = _nic->recv(_nic)) != NULL) { - outputf("NIC: Packet: %d bytes", p->tot_len); +// outputf("NIC: Packet: %d bytes", p->tot_len); LINK_STATS_INC(link.recv); @@ -74,7 +74,7 @@ static err_t _transmit(struct netif *netif, struct pbuf *p) { struct nic *nic = netif->state; - outputf("NIC: Transmit packet"); +// outputf("NIC: Transmit packet"); nic->transmit(p);