diff --git a/src/common/src/tglobal.c b/src/common/src/tglobal.c index 5bb4a285f4..349ccb35ac 100644 --- a/src/common/src/tglobal.c +++ b/src/common/src/tglobal.c @@ -1555,6 +1555,8 @@ int32_t taosCheckGlobalCfg() { tsQueryBufferSizeBytes = tsQueryBufferSize * 1048576UL; } + uInfo(" check global cfg completed"); + uInfo("=================================="); taosPrintGlobalCfg(); return 0;