add trace log

This commit is contained in:
yihaoDeng 2024-08-19 17:27:01 +08:00
parent 30ff2fc11b
commit feb23ba56b
1 changed files with 1 additions and 0 deletions

View File

@ -685,6 +685,7 @@ static int32_t taosSendHttpReportImplByChan(const char* server, const char* uri,
code = TSDB_CODE_HTTP_MODULE_QUIT;
goto _ERROR;
}
tDebug("http-report start to report,chanId:%" PRId64 ", seq:%" PRId64 "", chanId, msg->seq);
code = transAsyncSend(load->asyncPool, &(msg->q));
if (code != 0) {