chore: Reword restart notification message.
This commit is contained in:
parent
a3519220be
commit
3429f2cd37
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue