diff --git a/src/client/src/tscSql.c b/src/client/src/tscSql.c index e491678e58915f21c9994ff733a6b3640fb1beb3..cda7d956ab171ea138f5bb9b95c163f729e2494c 100644 --- a/src/client/src/tscSql.c +++ b/src/client/src/tscSql.c @@ -551,7 +551,7 @@ void taos_free_result(TAOS_RES *res) { (pCmd->command == TSDB_SQL_SELECT && pSql->pStream == NULL && pTableMetaInfo->pTableMeta != NULL)) { pCmd->command = (pCmd->command > TSDB_SQL_MGMT) ? TSDB_SQL_RETRIEVE : TSDB_SQL_FETCH; - tscTrace("%p send msg to free qhandle in node, code:%d, command:%s", pSql, pRes->code, sqlCmd[pCmd->command]); + tscTrace("%p start to send msg to free qhandle in dnode, command:%s", pSql, sqlCmd[pCmd->command]); pSql->freed = 1; tscProcessSql(pSql);