fix/TS-5154

This commit is contained in:
dmchen 2024-07-11 05:54:47 +00:00
parent c6c323f40e
commit 051956eb82
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ int mainWindows(int argc, char **argv) {
if(global.generateCode) {
bool toLogFile = false;
if(taosReadDataFolder(configDir, global.envCmd, global.envFile, global.apolloUrl, global.pArgs) != 0){
encryptError("failed to generate encrypt code since taosd is running, please stop it first");
encryptError("failed to generate encrypt code since dataDir can not be set from cfg file");
return -1;
};