svn commit: r205831 - head/sys/netinet/ipfw

Luigi Rizzo luigi at FreeBSD.org
Mon Mar 29 12:27:49 UTC 2010


Author: luigi
Date: Mon Mar 29 12:27:49 2010
New Revision: 205831
URL: http://svn.freebsd.org/changeset/base/205831

Log:
  remove a leftover debugging message

Modified:
  head/sys/netinet/ipfw/ip_dn_io.c

Modified: head/sys/netinet/ipfw/ip_dn_io.c
==============================================================================
--- head/sys/netinet/ipfw/ip_dn_io.c	Mon Mar 29 12:19:23 2010	(r205830)
+++ head/sys/netinet/ipfw/ip_dn_io.c	Mon Mar 29 12:27:49 2010	(r205831)
@@ -731,7 +731,6 @@ dummynet_io(struct mbuf **m0, int dir, s
 			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;


More information about the svn-src-head mailing list