[TD-2263]<enhance>: debug log epSet.fqdn when connect success

This commit is contained in:
stephenkgu 2020-12-01 19:04:05 +08:00
parent 3f8118c9f6
commit 8072b26a2f
1 changed files with 4 additions and 0 deletions

View File

@ -2058,6 +2058,10 @@ int tscProcessConnectRsp(SSqlObj *pSql) {
if (pConnect->epSet.numOfEps > 0) {
tscEpSetHtons(&pConnect->epSet);
tscUpdateMgmtEpSet(&pConnect->epSet);
for (int i = 0; i < pConnect->epSet.numOfEps; ++i) {
tscDebug("%p epSet.fqdn[%d]: %s, pObj:%p", pSql, i, pConnect->epSet.fqdn[i], pObj);
}
}
strcpy(pObj->sversion, pConnect->serverVersion);