aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorCrist J. Clark <cjc@FreeBSD.org>2002-01-07 22:40:22 +0000
committerCrist J. Clark <cjc@FreeBSD.org>2002-01-07 22:40:22 +0000
commitd65a79a1c1c20c2ce053427c9ea05a9232143be8 (patch)
tree333d88d3860fbb6a1f53680e5c43049efc754eaa /sys/netinet
parent7fb27bc7d9ec91b96a0272cb907d6507de4fb696 (diff)
Notes
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_fw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index d80523100380..3f287ac5698f 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -1737,7 +1737,7 @@ zero_entry(struct ip_fw *frwl, int log_only)
}
if (!cleared) /* we did not find any matching rules */
return (EINVAL);
- msg = log_only ? "Entry %d logging count reset.\n" :
+ msg = log_only ? "ipfw: Entry %d logging count reset.\n" :
"ipfw: Entry %d cleared.\n";
}
if (fw_verbose)