提交 266746a4 编写于 作者: D dapan1121

fix bug

上级 7974b0d9
...@@ -667,7 +667,7 @@ static void taosWriteLog(SLogBuff *tLogBuff) { ...@@ -667,7 +667,7 @@ static void taosWriteLog(SLogBuff *tLogBuff) {
start = LOG_BUF_START(tLogBuff); start = LOG_BUF_START(tLogBuff);
end = LOG_BUF_END(tLogBuff); end = LOG_BUF_END(tLogBuff);
int32_t pollSize = taosGetLogRemainSize(tLogBuff, start, end); pollSize = taosGetLogRemainSize(tLogBuff, start, end);
if (pollSize < tLogBuff->minBuffSize) { if (pollSize < tLogBuff->minBuffSize) {
break; break;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册