minor changes

This commit is contained in:
Shengliang Guan 2022-03-31 17:38:47 +08:00
parent 651fb09407
commit d89ab51375
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ static int32_t dndRunInParentProcess(SDnode *pDnode) {
if (pDnode->ntype == NODE_MAX) continue;
if (pWrapper->procId <= 0 || !taosProcExists(pWrapper->procId)) {
dInfo("node:%s, process:%d does not exist or is killed and needs to be restarted", pWrapper->name, pWrapper->procId);
dInfo("node:%s, process:%d is killed and needs to be restarted", pWrapper->name, pWrapper->procId);
dndNewProc(pWrapper, n);
}
}