not fatal :)
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 27s
Build and Publish / BuildAndDeploy (push) Successful in 2m29s

This commit is contained in:
matst80
2024-11-13 10:51:53 +01:00
parent fdded53ea8
commit 11a871d2ce

View File

@@ -352,7 +352,7 @@ func (p *SyncedPool) RequestOwnership(id CartId) error {
} }
continue continue
} }
log.Fatalf("Remote confirmed change %s\n", r.Host) log.Printf("Remote confirmed change %s\n", r.Host)
ok++ ok++
} }