refactor: add log.

This commit is contained in:
Haojun Liao 2022-06-10 14:50:51 +08:00
parent 2da08076ce
commit 5f0f6f7c63
1 changed files with 1 additions and 0 deletions

View File

@ -692,6 +692,7 @@ void launchAsyncQuery(SRequestObj* pRequest, SQuery* pQuery) {
if (TSDB_CODE_SUCCESS == code) {
code = qCreateQueryPlan(&cxt, &pRequest->body.pDag, pNodeList);
tscError("0x%"PRIx64" failed to create query plan, code:%s 0x%"PRIx64, pRequest->self, tstrerror(code), pRequest->requestId);
}
if (TSDB_CODE_SUCCESS == code) {