remove log line for empty addresses which could confuse on initalization
This commit is contained in:
parent
24ff40df01
commit
30584639b5
|
@ -79,10 +79,6 @@ func (r *retryJoiner) RetryJoin(config *Config) {
|
|||
}
|
||||
}
|
||||
|
||||
if len(addrs) == 0 {
|
||||
r.logger.Printf("[INFO] agent: Join completed. no addresses specified to sync with")
|
||||
}
|
||||
|
||||
attempt++
|
||||
if config.Server.RetryMaxAttempts > 0 && attempt > config.Server.RetryMaxAttempts {
|
||||
r.logger.Printf("[ERR] agent: max join retry exhausted, exiting")
|
||||
|
|
Loading…
Reference in a new issue