Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps committed Feb 19, 2021
1 parent cd3a200 commit 58b8028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/wrangler/resharder.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (wr *Wrangler) Reshard(ctx context.Context, keyspace, workflow string, sour
return err
}
if err := wr.ts.ValidateSrvKeyspace(ctx, keyspace, cell); err != nil {
err2 := vterrors.Wrapf(err, "SrvKeyspace for %s is corrupt in cell %s", keyspace, cell)
err2 := vterrors.Wrapf(err, "SrvKeyspace for keyspace %s is corrupt in cell %s", keyspace, cell)
log.Errorf("%w", err2)
return err2
}
Expand Down

0 comments on commit 58b8028

Please sign in to comment.