refactor: adjust syncLog

This commit is contained in:
Shengliang Guan 2022-11-25 22:16:15 +08:00
parent a880f22bc6
commit 15d2da13b8
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ int32_t syncNodeOnRequestVote(SSyncNode* ths, const SRpcMsg* pRpcMsg) {
pReply->voteGranted = grant;
// trace log
syncLogSendRequestVoteReply(ths, pReply, "");
syncLogRecvRequestVote(ths, pReply, pReply->voteGranted, "");
syncNodeSendMsgById(&pReply->destId, ths, &rpcMsg);
return 0;
}