aboutsummaryrefslogtreecommitdiff
path: root/hotline/server.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-21 12:47:18 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-21 12:47:18 -0700
commitadcd4879d93e6d298ff2644178bc47c1eb8d1da4 (patch)
tree782399a609d8e09163c0e2f2fb3a3e916c75dd9c /hotline/server.go
parentdcd23d5355badf66c34ffd63d3c44734e87ebf17 (diff)
Clean up logging
Diffstat (limited to 'hotline/server.go')
-rw-r--r--hotline/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/server.go b/hotline/server.go
index c4d8f7f..5531bd3 100644
--- a/hotline/server.go
+++ b/hotline/server.go
@@ -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
}