Skip to content

Commit

Permalink
fix compile error after cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
lysu committed Oct 18, 2019
1 parent c8f9347 commit 9f30108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/tikv/client_batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ func (a *batchConn) getClientAndSend(entries []*batchCommandsEntry, requests []*
}

if err := cli.initBatchClient(); err != nil {
logutil.BgLogger().Warn(
logutil.Logger(context.Background()).Warn(
"init create streaming fail",
zap.String("target", cli.target),
zap.Error(err),
Expand Down

0 comments on commit 9f30108

Please sign in to comment.