From owner-svn-src-all@FreeBSD.ORG Mon Mar 29 12:27:49 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0881106566B; Mon, 29 Mar 2010 12:27:49 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AF6A08FC08; Mon, 29 Mar 2010 12:27:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o2TCRndh054630; Mon, 29 Mar 2010 12:27:49 GMT (envelope-from luigi@svn.freebsd.org) Received: (from luigi@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o2TCRn9i054628; Mon, 29 Mar 2010 12:27:49 GMT (envelope-from luigi@svn.freebsd.org) Message-Id: <201003291227.o2TCRn9i054628@svn.freebsd.org> From: Luigi Rizzo Date: Mon, 29 Mar 2010 12:27:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r205831 - head/sys/netinet/ipfw X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2010 12:27:49 -0000 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;