From 47f6269f6048e754bf95a55e4906342549160c27 Mon Sep 17 00:00:00 2001 From: matst80 Date: Wed, 13 Nov 2024 09:36:35 +0100 Subject: [PATCH] strange --- synced-pool.go | 1 + 1 file changed, 1 insertion(+) 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 {