未验证 提交 fac7381e 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

fix: error wording about reconfig (#21049)

上级 16afb90e
......@@ -173,7 +173,7 @@ _OVER:
dmResetEps(pData, pData->dnodeEps);
if (pData->oldDnodeEps == NULL && dmIsEpChanged(pData, pData->dnodeId, tsLocalEp)) {
dError("localEp %s different with %s and need reconfigured", tsLocalEp, file);
dError("localEp %s different with %s and need to be reconfigured", tsLocalEp, file);
terrno = TSDB_CODE_INVALID_CFG;
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册