[uint64_t printf format]
This commit is contained in:
parent
e8f0c771de
commit
7b4830cf8b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue