From 282eaa39748984c9319a57114b1ad0745c6fbe89 Mon Sep 17 00:00:00 2001 From: Kaili Xu Date: Mon, 31 May 2021 10:54:22 +0800 Subject: [PATCH] sync with master and restore log format --- src/tsdb/src/tsdbSync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tsdb/src/tsdbSync.c b/src/tsdb/src/tsdbSync.c index e9f069c64f..edcb84d091 100644 --- a/src/tsdb/src/tsdbSync.c +++ b/src/tsdb/src/tsdbSync.c @@ -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; } -- GitLab