diff --git a/mxrouter.go b/mxrouter.go index 9153565..932c4e6 100644 --- a/mxrouter.go +++ b/mxrouter.go @@ -92,7 +92,7 @@ func handleConnection(connClt net.Conn, conLdap *ldap.Conn) { if err != nil { // Dont notice if client closed connection if err.Error() != "EOF" { - logstream.Err("Error reading:", err.Error()) + logstream.Err(fmt.Sprintln("Error reading connection :", err.Error())) } return }