[uint64_t printf format]

This commit is contained in:
lihui 2019-12-12 13:54:38 +08:00
parent e8f0c771de
commit 7b4830cf8b
1 changed files with 1 additions and 1 deletions

View File

@ -888,7 +888,7 @@ int vnodeSaveQueryResult(void *handle, char *data, int32_t *size) {
pQInfo->pointsRead);
if (pQInfo->over == 0) {
dTrace("QInfo:%p set query flag, sig:%p, func:%s", pQInfo, pQInfo->signature, __FUNCTION__);
dTrace("QInfo:%p set query flag, sig:%" PRIu64 ", func:%s", pQInfo, pQInfo->signature, __FUNCTION__);
if (pQInfo->killed == 1) {
dTrace("%p freed or killed, abort query", pQInfo);