mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-11 12:21:20 +00:00
fix from review
This commit is contained in:
@ -69,7 +69,7 @@ RETRY_LOOP:
|
|||||||
if err == nil {
|
if err == nil {
|
||||||
break ENSURE_CONNECTED
|
break ENSURE_CONNECTED
|
||||||
}
|
}
|
||||||
cli.Logger.Info("Echo failed", "err", err)
|
cli.Logger.Error("Echo failed", "err", err)
|
||||||
time.Sleep(time.Second * echoRetryIntervalSeconds)
|
time.Sleep(time.Second * echoRetryIntervalSeconds)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user