diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2002-10-29 08:53:14 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2002-10-29 08:53:14 +0000 |
| commit | a98d88ad3e65729515500e006c7eb00093ea5b5c (patch) | |
| tree | bf4177c5d5c5b29d2e1f87a66df8dedce2edf931 | |
| parent | a029577b46f8e3d2b2ecd58ed1addfb2f7c2260f (diff) | |
Notes
| -rw-r--r-- | sys/netinet/ip_fw2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c index 6a1a2a020e6b..6241d2b3878e 100644 --- a/sys/netinet/ip_fw2.c +++ b/sys/netinet/ip_fw2.c @@ -1026,7 +1026,7 @@ install_state(struct ip_fw *rule, ipfw_insn_limit *cmd, if (parent->count >= cmd->conn_limit) { if (fw_verbose && last_log != time_second) { last_log = time_second; - log(LOG_SECURITY | LOG_INFO, + log(LOG_SECURITY | LOG_DEBUG, "drop session, too many entries\n"); } return 1; |
