summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2010-03-29 12:27:49 +0000
committerluigi <luigi@FreeBSD.org>2010-03-29 12:27:49 +0000
commit8e0cabacd01ba0fdeb442c8698ce5f0f9819102d (patch)
tree7f6377e243d215b52fc890c6c2c8306be18b4425 /sys/netinet
parent564e0558f0693cb44aa24e4704a2daed19524aad (diff)
downloadFreeBSD-src-8e0cabacd01ba0fdeb442c8698ce5f0f9819102d.zip
FreeBSD-src-8e0cabacd01ba0fdeb442c8698ce5f0f9819102d.tar.gz
remove a leftover debugging message
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ipfw/ip_dn_io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/ipfw/ip_dn_io.c b/sys/netinet/ipfw/ip_dn_io.c
index ae168ce..eab9d9e 100644
--- a/sys/netinet/ipfw/ip_dn_io.c
+++ b/sys/netinet/ipfw/ip_dn_io.c
@@ -731,7 +731,6 @@ dummynet_io(struct mbuf **m0, int dir, struct ip_fw_args *fwa)
goto dropit;
}
if (fs->sched->fp->enqueue(si, q, m)) {
- printf("%s dropped by enqueue\n", __FUNCTION__);
/* packet was dropped by enqueue() */
m = *m0 = NULL;
goto dropit;
OpenPOWER on IntegriCloud