better logs
This commit is contained in:
@@ -81,7 +81,6 @@ 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 {
|
||||
|
||||
Reference in New Issue
Block a user