svn commit: r205832 - stable/8/sys/netinet/ipfw

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


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

Log:
  remove a leftover debugging message

Modified:
  stable/8/sys/netinet/ipfw/ip_dn_io.c

Modified: stable/8/sys/netinet/ipfw/ip_dn_io.c
==============================================================================
--- stable/8/sys/netinet/ipfw/ip_dn_io.c	Mon Mar 29 12:27:49 2010	(r205831)
+++ stable/8/sys/netinet/ipfw/ip_dn_io.c	Mon Mar 29 12:29:34 2010	(r205832)
@@ -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-stable mailing list