This commit is contained in:
@@ -375,6 +375,7 @@ func (r *RemoteHost) ConfirmChange(id CartId, host string) error {
|
||||
|
||||
func (p *SyncedPool) OwnerChanged(id CartId, host string) error {
|
||||
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)
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user