mirror of https://github.com/tikv/client-go.git
fix errors.Errorf
Signed-off-by: guo-shaoge <shaoge1994@163.com>
This commit is contained in:
parent
ffc2788663
commit
60119cdd7a
|
|
@ -777,7 +777,7 @@ func (c *RegionCache) GetTiFlashComputeRPCContextByConsistentHash(bo *retry.Back
|
|||
return nil, err
|
||||
}
|
||||
if rpcCtx == nil {
|
||||
return nil, errors.Errorf("rpcCtx is nil", zap.Any("region", id))
|
||||
return nil, errors.Errorf("rpcCtx is nil, region: %v", id)
|
||||
}
|
||||
|
||||
var store *Store
|
||||
|
|
|
|||
Loading…
Reference in New Issue