From 0035aee720b3b98ca78c2eb9d1626f5edf1976c3 Mon Sep 17 00:00:00 2001 From: Marco Dinis Date: Fri, 1 Nov 2024 17:31:54 +0000 Subject: [PATCH] Decrease log severity when using non-resumable connection to mux --- 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,