Move "Closing connection" message to Debug mode

This commit is contained in:
yo
2021-02-10 22:01:53 +01:00
parent 122f76c3f9
commit 558519f048
+1 -1
View File
@@ -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()
}()