diff --git a/mxrouter.go b/mxrouter.go index bbb53ff..6febc49 100644 --- a/mxrouter.go +++ b/mxrouter.go @@ -89,7 +89,7 @@ func handleConnection(connClt net.Conn, conLdap *ldap.Conn) { // Close connection when this function ends defer func() { - logstream.Info("Closing connection") + logstream.Debug("Closing connection") connClt.Close() }()