change debug info

This commit is contained in:
yihaoDeng 2023-11-27 14:10:38 +08:00
parent 2ddb246461
commit d4c3bcc9f7
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ static void cliSendCb(uv_write_t* req, int status) {
if (pMsg != NULL) {
int64_t cost = taosGetTimestampUs() - pMsg->st;
if (cost > 1000 * 50) {
tWarn("%s conn %p send cost:%dus ", CONN_GET_INST_LABEL(pConn), pConn, (int)cost);
tTrace("%s conn %p send cost:%dus ", CONN_GET_INST_LABEL(pConn), pConn, (int)cost);
}
}