summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
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 6051b95..d98112d 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -1784,7 +1784,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)
OpenPOWER on IntegriCloud