diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2002-10-23 10:05:19 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2002-10-23 10:05:19 +0000 |
| commit | 6b6874b20c41a2d49b08bcb2e361cb825eb55082 (patch) | |
| tree | 34fd8a84a05ae1f55b873a9b7d83e174b955a715 /sys/netinet | |
| parent | 02edf2208d5120f89477e34814355e85a6e0a1df (diff) | |
Notes
Diffstat (limited to 'sys/netinet')
| -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 5cfcc75d65249..13a0996b7d9ef 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; - printf( + log(LOG_SECURITY | LOG_INFO, "drop session, too many entries\n"); } return 1; |
