more logs
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m54s

This commit is contained in:
matst80
2024-11-10 13:43:52 +01:00
parent 7a57f2d451
commit 7be784c611

View File

@@ -375,6 +375,7 @@ func (r *RemoteHost) ConfirmChange(id CartId, host string) error {
func (p *SyncedPool) OwnerChanged(id CartId, host string) error { func (p *SyncedPool) OwnerChanged(id CartId, host string) error {
for _, r := range p.remotes { for _, r := range p.remotes {
log.Printf("Confirming change of %s to %s with %s\n", id, host, r.Host)
err := r.ConfirmChange(id, host) err := r.ConfirmChange(id, host)
if err != nil { if err != nil {