test: fix unitest after enable sysinfo option

This commit is contained in:
Shengliang Guan 2022-06-24 18:09:07 +08:00
parent 41eaee7623
commit e3698b0bd3
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ static int32_t mndCheckMnodeState(SRpcMsg *pMsg) {
mError("msg:%p, failed to check mnode state since %s, type:%s, numOfMnodes:%d inUse:%d", pMsg, terrstr(),
TMSG_INFO(pMsg->msgType), epSet.numOfEps, epSet.inUse);
for (int32_t i = 0; i < epSet.numOfEps; ++i) {
mTrace("mnode index:%d, ep:%s:%u", i, epSet.eps[i].fqdn, epSet.eps[i].port);
mInfo("mnode index:%d, ep:%s:%u", i, epSet.eps[i].fqdn, epSet.eps[i].port);
}
int32_t contLen = tSerializeSEpSet(NULL, 0, &epSet);