[TD-2274]<fix>: make ep inconsistent log message more clear

This commit is contained in:
Ping Xiao 2020-12-08 15:37:11 +08:00
parent 5a470e7b65
commit ce8e8ab6c7
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ PRASE_EPS_OVER:
dnodeUpdateEp(dnodeGetDnodeId(), tsLocalEp, tsLocalFqdn, &tsServerPort);
#else
if (dnodeCheckEpChanged(dnodeGetDnodeId(), tsLocalEp)) {
dError("dnode:%d, localEp is changed to %s in dnodeEps.json and need reconfigured", dnodeGetDnodeId(), tsLocalEp);
dError("dnode:%d, localEp is different from %s in dnodeEps.json and need reconfigured", dnodeGetDnodeId(), tsLocalEp);
return -1;
}
#endif