From 9f88e374c2b4908732e6cffdae84fb7f3b3e386b Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 18 Dec 2013 00:11:53 -0500 Subject: [PATCH] tls: reduced importants of an info message from WARN to INFO --- plugins/tls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tls b/plugins/tls index 4aceaad..5d94565 100644 --- a/plugins/tls +++ b/plugins/tls @@ -141,7 +141,7 @@ sub hook_unrecognized_command { return DENY, "TLS Negotiation Failed"; } - $self->log(LOGWARN, "TLS setup returning"); + $self->log(LOGINFO, "TLS setup returning"); return DONE; }