diff --git a/synced-pool.go b/synced-pool.go index 3036c92..e364b7e 100644 --- a/synced-pool.go +++ b/synced-pool.go @@ -332,6 +332,7 @@ func (p *SyncedPool) RequestOwnership(id CartId) error { all++ if err != nil { if !r.IsHealthy() { + log.Printf("Ownership: Removing host, unable to communicate with %s", r.Host) p.RemoveHost(r) all-- } else {