diff --git a/src/common/src/tglobal.c b/src/common/src/tglobal.c index 5bb4a285f4cf5645766f11e520060669f2467ce3..349ccb35acd52aa5e3ccd5882d03a596e3e064ec 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;