Fix build with gcc

Reported by:	Michael Butler <imb@protected-networks.net>
Reviewed by:	jilles
This commit is contained in:
eadler 2013-09-01 20:22:52 +00:00
parent d8615bd83a
commit ff37479c6f

View File

@ -1531,7 +1531,7 @@ vtnet_rxq_csum_by_parse(struct vtnet_rxq *rxq, struct mbuf *m,
*/
#if 0
if_printf(sc->vtnet_ifp, "cksum offload of unsupported "
"protocol eth_type=%#x proto=%d csum_start=%d
"protocol eth_type=%#x proto=%d csum_start=%d "
"csum_offset=%d\n", __func__, eth_type, proto,
hdr->csum_start, hdr->csum_offset);
#endif