mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
clarify cryptic log line
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user