Fix the issue #121, Output dataDir in the log file

This commit is contained in:
slguan 2019-07-19 19:00:47 +08:00
parent 7270de4ca2
commit bc6bdc1b69
1 changed files with 1 additions and 0 deletions

View File

@ -780,6 +780,7 @@ void tsPrintGlobalConfig() {
}
}
pPrint(" dataDir: %s", dataDir);
tsPrintOsInfo();
pPrint("==================================");