tls: reduced importants of an info message

from WARN to INFO
This commit is contained in:
Matt Simerson 2013-12-18 00:11:53 -05:00
parent fd4cc6f8ab
commit 9f88e374c2

View File

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