From fa8d39d247e6100292256e3becb876460c749fd6 Mon Sep 17 00:00:00 2001 From: Marco Dinis Date: Mon, 4 Nov 2024 09:31:12 +0000 Subject: [PATCH] Decrease log severity when using non-resumable connection to mux (#48311) --- lib/resumption/server_detect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,