fix conn timeout

This commit is contained in:
yihaoDeng 2024-11-22 08:26:07 +08:00
parent 72b95fa316
commit 59b63d5642
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 failed to connect %s since conn timeout", CONN_GET_INST_LABEL(conn), conn, conn->dstAddr, conn);
tTrace("%s conn %p failed to connect %s since conn timeout", CONN_GET_INST_LABEL(conn), conn, conn->dstAddr);
TAOS_UNUSED(transUnrefCliHandle(conn));
}