提交 3086f1fd 编写于 作者: A Alex Duan

fix(rpc): if reqDver can not printlog

上级 a2c46f78
......@@ -319,7 +319,8 @@ bool sendProbeConnMsg(SSqlObj* pSql, int64_t stime, bool *pReqOver) {
}
bool ret = rpcSendProbe(pSql->rpcRid, pSql->pPrevContext, pReqOver);
tscInfo("PROBE 0x%" PRIx64 " send probe msg, ret=%d rpcRid=0x%" PRIx64, pSql->self, ret, pSql->rpcRid);
if (!(*pReqOver))
tscInfo("PROBE 0x%" PRIx64 " send probe msg, ret=%d rpcRid=0x%" PRIx64, pSql->self, ret, pSql->rpcRid);
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册