diff --git a/remote-host.go b/remote-host.go index 88e2837..d7cfbcf 100644 --- a/remote-host.go +++ b/remote-host.go @@ -81,6 +81,7 @@ func (g *RemoteHost) GetCartMappings() ([]CartId, error) { } func (r *RemoteHost) ConfirmChange(id CartId, host string) error { + log.Printf("Confirming change %s to %s", id, host) reply, err := r.Call(RemoteGrainChanged, AckChange, []byte(fmt.Sprintf("%s;%s", id, host))) if err != nil {