fix from review

This commit is contained in:
Ethan Buchman 2017-11-30 20:17:06 -05:00
parent ed393f9934
commit 5d2838ebab
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ RETRY_LOOP:
if err == nil {
break ENSURE_CONNECTED
}
cli.Logger.Info("Echo failed", "err", err)
cli.Logger.Error("Echo failed", "err", err)
time.Sleep(time.Second * echoRetryIntervalSeconds)
}