[td-225]update the log output

This commit is contained in:
Haojun Liao 2021-04-26 17:52:22 +08:00
parent 1779c952fd
commit 6ac7b467e4
1 changed files with 1 additions and 1 deletions

View File

@ -1089,7 +1089,7 @@ int tsParseInsertSql(SSqlObj *pSql) {
str = pCmd->curSql;
}
tscDebug("0x%"PRIx64" create data block list hashList:%p", pSql->self, pCmd->pTableBlockHashList);
tscDebug("0x%lx create data block list hashList:%p", pSql->self, pCmd->pTableBlockHashList);
while (1) {
int32_t index = 0;