[td-225]fix compiler error.

This commit is contained in:
Haojun Liao 2021-04-26 18:14:04 +08:00
parent 6ac7b467e4
commit 48b630a116
1 changed files with 1 additions and 1 deletions

View File

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