remove a debugging message

This commit is contained in:
Luigi Rizzo 2013-11-06 19:18:39 +00:00
parent 038ffd3e43
commit 5864b3a586
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257758

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 */
}