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;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to