fixup: adjust a logging msg in syncNodeStartSnapshot

This commit is contained in:
Benguang Zhao 2023-10-24 19:20:53 +08:00
parent 95188ab8c3
commit 374217ceff
1 changed files with 0 additions and 4 deletions

View File

@ -383,8 +383,6 @@ int32_t syncNodeStartSnapshot(SSyncNode *pSyncNode, SRaftId *pDestId) {
return 0;
}
sSInfo(pSender, "snapshot sender start");
int32_t code = snapshotSenderStart(pSender);
if (code != 0) {
sSError(pSender, "snapshot sender start error since %s", terrstr());
@ -803,8 +801,6 @@ static int32_t syncNodeOnSnapshotBegin(SSyncNode *pSyncNode, SyncSnapshotSend *p
goto _SEND_REPLY;
}
sRInfo(pReceiver, "snapshot begin");
code = 0;
_SEND_REPLY:
if (code != 0 && terrno != 0) {