update
Some checks failed
Build and Publish / BuildAndDeployAmd64 (push) Waiting to run
Build and Publish / BuildAndDeploy (push) Has been cancelled

This commit is contained in:
matst80
2024-11-13 23:23:41 +01:00
parent c5a07cde2f
commit dc08040870

View File

@@ -206,7 +206,7 @@ func NewSyncedPool(local *GrainLocalPool, hostname string, discovery Discovery)
known := pool.IsKnown(chng.Host)
if chng.Type != watch.Deleted && !known {
log.Printf("Discovered host %s, waiting for startup", h)
log.Printf("Discovered host %s, waiting for startup", chng.Host)
time.Sleep(time.Second)
pool.AddRemote(chng.Host)