]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/server.go
Clean up logging
[rbdr/mobius] / hotline / server.go
index c4d8f7f429d22bf27bbd4cca397a56d9b712ce9c..5531bd3c59512916f927c705cd0ea4dc74d0a631 100644 (file)
@@ -400,7 +400,7 @@ func (s *Server) handleNewConnection(ctx context.Context, rwc io.ReadWriteCloser
                        return err
                }
 
-               c.Logger.Info("Login failed", "clientVersion", fmt.Sprintf("%x", c.Version))
+               c.Logger.Info("Incorrect login")
 
                return nil
        }