This commit is contained in:
parent
facbde55bd
commit
7846f91afe
11 changed files with 209 additions and 54 deletions
|
|
@ -50,7 +50,9 @@ fn supervise(config: Config, labelled: bool) {
|
|||
loop {
|
||||
match run_once(&config, labelled) {
|
||||
Ok(()) => {
|
||||
log(&format!("{tag}server closed the connection; reconnecting shortly"));
|
||||
log(&format!(
|
||||
"{tag}server closed the connection; reconnecting shortly"
|
||||
));
|
||||
backoff = 1;
|
||||
}
|
||||
Err(e) => log(&format!("{tag}session error: {e}; retrying in {backoff}s")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue