From 3429f2cd376dd0d7a09f1d591901304fe15a9565 Mon Sep 17 00:00:00 2001 From: imterah Date: Thu, 9 Jan 2025 07:39:35 -0500 Subject: [PATCH] chore: Reword restart notification message. --- backend/sshbackend/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/sshbackend/main.go b/backend/sshbackend/main.go index b86dd41..12db671 100644 --- a/backend/sshbackend/main.go +++ b/backend/sshbackend/main.go @@ -342,7 +342,7 @@ func (backend *SSHBackend) backendDisconnectHandler() { } } - log.Info("Disconnected from SSHBackend. Attempting to reconnect in 5 seconds...") + log.Info("Disconnected from the remote SSH server. Attempting to reconnect in 5 seconds...") time.Sleep(5 * time.Second)