Skip to content

Commit

Permalink
clarify cryptic log line
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmood Ali committed Apr 19, 2019
1 parent 9a2f46f commit 8041b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ func NewClient(cfg *config.Config, consulCatalog consul.CatalogAPI, consulServic
select {
case <-c.Ready():
case <-time.After(batchFirstFingerprintsProcessingGrace):
logger.Warn("batched fingerprint, registering node with registered so far")
logger.Warn("batch fingerprint operation timed out; proceeding to register with fingerprinted plugins so far")
}

// Restore the state
Expand Down

0 comments on commit 8041b0c

Please sign in to comment.