Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hehaifengcn committed Jul 18, 2023
1 parent 4387f81 commit d0c4e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/worker/migration/activities.go
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ func (a *activities) verifyReplicationTasks(
return false, progress, nil

default:
return false, progress, errors.WithMessage(err, "DescribeMutableState call failed")
return false, progress, errors.WithMessage(err, "remoteClient.DescribeMutableState call failed")
}
}

Expand Down

0 comments on commit d0c4e47

Please sign in to comment.