提交 dc1b4bd1 编写于 作者: sangshuduo's avatar sangshuduo

fix two few arguments in vnodeRead.c

上级 ed546750
......@@ -401,7 +401,7 @@ void vnodeFreeQInfoInQueue(void *param) {
if (!vnodeIsQInfoValid(pQInfo)) return;
pQInfo->killed = 1;
dTrace("QInfo:%p set kill flag to free QInfo");
dTrace("QInfo:%p set kill flag to free QInfo", pQInfo);
vnodeDecRefCount(pQInfo);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册