diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2013-11-06 19:18:39 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2013-11-06 19:18:39 +0000 |
| commit | 5864b3a58666943aa7a0d80c3e05725db0d30063 (patch) | |
| tree | 14f7dbda68982744b78dba5e8d1c592a3500a0a9 /sys/dev/netmap/netmap.c | |
| parent | 038ffd3e43fd6b2c5df410cf6587c36978364d4f (diff) | |
remove a debugging message
Notes
svn path=/head/; revision=257758
Diffstat (limited to 'sys/dev/netmap/netmap.c')
| -rw-r--r-- | sys/dev/netmap/netmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/netmap/netmap.c b/sys/dev/netmap/netmap.c index 08e166bb4341..19be406f6dbc 100644 --- a/sys/dev/netmap/netmap.c +++ b/sys/dev/netmap/netmap.c @@ -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 */ } |
