提交 054c3133 编写于 作者: S Shengliang Guan

fix: compile error in mac

上级 d90eef66
...@@ -1045,7 +1045,7 @@ bool taosAssertRelease(bool condition) { ...@@ -1045,7 +1045,7 @@ bool taosAssertRelease(bool condition) {
int32_t dflag = 255; // tsLogEmbedded ? 255 : uDebugFlag int32_t dflag = 255; // tsLogEmbedded ? 255 : uDebugFlag
taosPrintLog(flags, level, dflag, "tAssert called in release mode, exit:%d", tsAssert); taosPrintLog(flags, level, dflag, "tAssert called in release mode, exit:%d", tsAssert);
taosPrintTrace(flags, level, dflag); taosPrintTrace(flags, level, dflag, 0);
if (tsAssert) { if (tsAssert) {
taosMsleep(300); taosMsleep(300);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册