Lower a priority of "session drop" messages.

Requested by:	Eugene Grosbein <eugen@kuzbass.ru>
MFC after:	3 days
This commit is contained in:
maxim 2002-10-29 08:53:14 +00:00
parent b24557e6f0
commit 6e5cb00da7

View File

@ -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;