remove a debugging message

This commit is contained in:
luigi 2013-11-06 19:18:39 +00:00
parent c4e415a9b1
commit 76003cfce0

View File

@ -3008,7 +3008,7 @@ netmap_reset(struct netmap_adapter *na, enum txrx tx, u_int n,
return NULL; /* no netmap support here */
}
if (!(na->ifp->if_capenable & IFCAP_NETMAP)) {
D("interface not in netmap mode");
ND("interface not in netmap mode");
return NULL; /* nothing to reinitialize */
}