From 11a871d2ce0c52f0556ab1243aa35d2722bf834d Mon Sep 17 00:00:00 2001 From: matst80 Date: Wed, 13 Nov 2024 10:51:53 +0100 Subject: [PATCH] not fatal :) --- synced-pool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synced-pool.go b/synced-pool.go index 49aeda1..4af7f2a 100644 --- a/synced-pool.go +++ b/synced-pool.go @@ -352,7 +352,7 @@ func (p *SyncedPool) RequestOwnership(id CartId) error { } continue } - log.Fatalf("Remote confirmed change %s\n", r.Host) + log.Printf("Remote confirmed change %s\n", r.Host) ok++ }