aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2023-05-30 19:29:24 +0000
committerKristof Provost <kp@FreeBSD.org>2023-06-02 14:05:30 +0000
commit460f0aaf7b6ff3c57131b1c09cc5e1bb8318c539 (patch)
treeae5e6f52350a564e4ea105464074ec5e80e6111a /sys
parent9925aee0aaeccabd26f41625694a97b64185a59d (diff)
Diffstat (limited to 'sys')
-rw-r--r--sys/netpfil/pf/pf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netpfil/pf/pf.c b/sys/netpfil/pf/pf.c
index 78bd8b1dab12..ebc201e4f5b4 100644
--- a/sys/netpfil/pf/pf.c
+++ b/sys/netpfil/pf/pf.c
@@ -7038,7 +7038,7 @@ pf_test_eth(int dir, int pflags, struct ifnet *ifp, struct mbuf **m0,
if (kif == NULL) {
DPFPRINTF(PF_DEBUG_URGENT,
- ("pf_test: kif == NULL, if_xname %s\n", ifp->if_xname));
+ ("%s: kif == NULL, if_xname %s\n", __func__, ifp->if_xname));
return (PF_DROP);
}
if (kif->pfik_flags & PFI_IFLAG_SKIP)