diff --git a/lib/resumption/server_detect.go b/lib/resumption/server_detect.go index 7b63c9a9d8dd6..79a647a84cc6b 100644 --- a/lib/resumption/server_detect.go +++ b/lib/resumption/server_detect.go @@ -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,