sync with master and restore log format

This commit is contained in:
Kaili Xu 2021-05-31 10:54:22 +08:00
parent f805fdeaad
commit 282eaa3974
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ static int32_t tsdbSyncSendDFileSet(SSyncH *pSynch, SDFileSet *pSet) {
return -1;
}
// No file any more, no need to send file, just return
// No file any more, no need to send file, just return
if (pSet == NULL) {
return 0;
}