remove a debugging message
This commit is contained in:
parent
c4e415a9b1
commit
76003cfce0
@ -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 */
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user