| Index: dm/appengine/mutate/finish_attempt.go
|
| diff --git a/dm/appengine/mutate/finish_attempt.go b/dm/appengine/mutate/finish_attempt.go
|
| index ba1ee13012d596690c54b2f967988ec9b33be899..0ccfd8f508ea752cd7d1a64fd5c24b973ae18330 100644
|
| --- a/dm/appengine/mutate/finish_attempt.go
|
| +++ b/dm/appengine/mutate/finish_attempt.go
|
| @@ -55,8 +55,7 @@ func (f *FinishAttempt) RollForward(c context.Context) (muts []tumble.Mutation,
|
| atmpt.Result.Data = &rslt
|
| atmpt.Result.Data.Object = ""
|
|
|
| - err = errors.Annotate(ds.Put(c, atmpt, ar)).Tag(grpcutil.Tag.With(codes.Internal)).
|
| - Reason("during Put").Err()
|
| + err = errors.Annotate(ds.Put(c, atmpt, ar), "during Put").Tag(grpcutil.Tag.With(codes.Internal)).Err()
|
| return
|
| }
|
|
|
|
|