fix conn timeout

This commit is contained in:
yihaoDeng 2024-11-21 18:26:18 +08:00
parent 8838ea4d38
commit af149f41ed
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ void cliConnTimeout(uv_timer_t* handle) {
}
cliMayUpdateFqdnCache(pThrd->fqdn2ipCache, conn->dstAddr);
tTrace("%s conn %p conn timeout", CONN_GET_INST_LABEL(conn), conn);
tTrace("%s conn %p failed to %s since conn timeout", CONN_GET_INST_LABEL(conn), conn->dstAddr, conn);
TAOS_UNUSED(transUnrefCliHandle(conn));
}