diff --git a/client/client.go b/client/client.go index 4cdbd3da6..6b66bd5a3 100644 --- a/client/client.go +++ b/client/client.go @@ -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