Browse Source

fix from review

pull/1780/head
Ethan Buchman 7 years ago
parent
commit
5d2838ebab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      client/grpc_client.go

+ 1
- 1
client/grpc_client.go 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)
}


Loading…
Cancel
Save