fix compile error

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