From bc6bdc1b69fd6bac7a56486759b019f967ee5e43 Mon Sep 17 00:00:00 2001 From: slguan Date: Fri, 19 Jul 2019 19:00:47 +0800 Subject: [PATCH] Fix the issue #121, Output dataDir in the log file --- src/util/src/tglobalcfg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/src/tglobalcfg.c b/src/util/src/tglobalcfg.c index 36083a7b90..69f56e7b69 100644 --- a/src/util/src/tglobalcfg.c +++ b/src/util/src/tglobalcfg.c @@ -780,6 +780,7 @@ void tsPrintGlobalConfig() { } } + pPrint(" dataDir: %s", dataDir); tsPrintOsInfo(); pPrint("=================================="); -- GitLab