chore: Reword restart notification message.

This commit is contained in:
Tera << 8 2025-01-09 07:39:35 -05:00
parent a3519220be
commit 3429f2cd37
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -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)