Skip to content

Commit

Permalink
Remove consul log line
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Jan 4, 2018
1 parent b5425a7 commit 357213d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/serf.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (s *Server) maybeBootstrap() {
if err := s.connPool.RPC(s.config.Region, server.Addr, server.MajorVersion,
"Status.Peers", req, &peers); err != nil {
nextRetry := (1 << attempt) * peerRetryBase
s.logger.Printf("[ERR] consul: Failed to confirm peer status for %s: %v. Retrying in "+
s.logger.Printf("[ERR] nomad: Failed to confirm peer status for %s: %v. Retrying in "+
"%v...", server.Name, err, nextRetry.String())
time.Sleep(nextRetry)
} else {
Expand Down

0 comments on commit 357213d

Please sign in to comment.