This commit is contained in:
dapan1121 2021-02-06 11:36:58 +08:00
parent 7974b0d96d
commit 266746a4e1
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ static void taosWriteLog(SLogBuff *tLogBuff) {
start = LOG_BUF_START(tLogBuff);
end = LOG_BUF_END(tLogBuff);
int32_t pollSize = taosGetLogRemainSize(tLogBuff, start, end);
pollSize = taosGetLogRemainSize(tLogBuff, start, end);
if (pollSize < tLogBuff->minBuffSize) {
break;
}