提交 7b4830cf 编写于 作者: L lihui

[uint64_t printf format]

上级 e8f0c771
...@@ -888,7 +888,7 @@ int vnodeSaveQueryResult(void *handle, char *data, int32_t *size) { ...@@ -888,7 +888,7 @@ int vnodeSaveQueryResult(void *handle, char *data, int32_t *size) {
pQInfo->pointsRead); pQInfo->pointsRead);
if (pQInfo->over == 0) { 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) { if (pQInfo->killed == 1) {
dTrace("%p freed or killed, abort query", pQInfo); dTrace("%p freed or killed, abort query", pQInfo);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册