summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/ip_fw2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index efda43d..a8c9e1a 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -1686,7 +1686,8 @@ check_body:
break;
case O_LOG:
- ipfw_log(f, hlen, args->eh, m, oif);
+ if (fw_verbose)
+ ipfw_log(f, hlen, args->eh, m, oif);
match = 1;
break;
OpenPOWER on IntegriCloud