Skip to content

Commit

Permalink
Decrease log severity when using non-resumable connection to mux (#48311
Browse files Browse the repository at this point in the history
)
  • Loading branch information
marcoandredinis authored Nov 4, 2024
1 parent 55caaa9 commit fa8d39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resumption/server_detect.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (r *SSHServerWrapper) HandleConnection(nc net.Conn) {
}

if !isResumeV1 {
slog.ErrorContext(context.TODO(), "returning non-resumable connection to multiplexer")
slog.DebugContext(context.TODO(), "returning non-resumable connection to multiplexer")
r.sshServer(&sshVersionSkipConn{
Conn: conn,

Expand Down

0 comments on commit fa8d39d

Please sign in to comment.