From owner-svn-src-head@FreeBSD.ORG Sat May 11 18:03:37 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5D8EDE4A; Sat, 11 May 2013 18:03:37 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 502D9202; Sat, 11 May 2013 18:03:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4BI3btC001054; Sat, 11 May 2013 18:03:37 GMT (envelope-from glebius@svn.freebsd.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4BI3b8J001053; Sat, 11 May 2013 18:03:37 GMT (envelope-from glebius@svn.freebsd.org) Message-Id: <201305111803.r4BI3b8J001053@svn.freebsd.org> From: Gleb Smirnoff Date: Sat, 11 May 2013 18:03:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r250521 - head/sys/netpfil/pf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 18:03:37 -0000 Author: glebius Date: Sat May 11 18:03:36 2013 New Revision: 250521 URL: http://svnweb.freebsd.org/changeset/base/250521 Log: Better debug message. Modified: head/sys/netpfil/pf/pf.c Modified: head/sys/netpfil/pf/pf.c ============================================================================== --- head/sys/netpfil/pf/pf.c Sat May 11 18:01:41 2013 (r250520) +++ head/sys/netpfil/pf/pf.c Sat May 11 18:03:36 2013 (r250521) @@ -1102,7 +1102,7 @@ pf_state_insert(struct pfi_kif *kif, str if (cur != NULL) { PF_HASHROW_UNLOCK(ih); if (V_pf_status.debug >= PF_DEBUG_MISC) { - printf("pf: state insert failed: " + printf("pf: state ID collision: " "id: %016llx creatorid: %08x\n", (unsigned long long)be64toh(s->id), ntohl(s->creatorid));