tls: reduced importants of an info message
from WARN to INFO
This commit is contained in:
parent
fd4cc6f8ab
commit
9f88e374c2
@ -141,7 +141,7 @@ sub hook_unrecognized_command {
|
|||||||
return DENY, "TLS Negotiation Failed";
|
return DENY, "TLS Negotiation Failed";
|
||||||
}
|
}
|
||||||
|
|
||||||
$self->log(LOGWARN, "TLS setup returning");
|
$self->log(LOGINFO, "TLS setup returning");
|
||||||
return DONE;
|
return DONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user