diff options
author | glebius <glebius@FreeBSD.org> | 2013-05-11 18:03:36 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2013-05-11 18:03:36 +0000 |
commit | 3a8ddef6a9574acfc6f246d397f2d1395179b976 (patch) | |
tree | 90463255948beaf4233fb9793e7c2f4e370032d5 /sys/netpfil | |
parent | 2435fdb8ad99091c1ae81a4064b25f19b3a85211 (diff) | |
download | FreeBSD-src-3a8ddef6a9574acfc6f246d397f2d1395179b976.zip FreeBSD-src-3a8ddef6a9574acfc6f246d397f2d1395179b976.tar.gz |
Better debug message.
Diffstat (limited to 'sys/netpfil')
-rw-r--r-- | sys/netpfil/pf/pf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netpfil/pf/pf.c b/sys/netpfil/pf/pf.c index c5691a7..af81d39 100644 --- a/sys/netpfil/pf/pf.c +++ b/sys/netpfil/pf/pf.c @@ -1102,7 +1102,7 @@ pf_state_insert(struct pfi_kif *kif, struct pf_state_key *skw, 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)); |