提交 b40069c0 编写于 作者: K kailixu

chore: log optimization

上级 4097b860
...@@ -376,8 +376,8 @@ static int32_t tsmaProcessDelReq(SSma *pSma, int64_t indexUid, SBatchDeleteReq * ...@@ -376,8 +376,8 @@ static int32_t tsmaProcessDelReq(SSma *pSma, int64_t indexUid, SBatchDeleteReq *
_exit: _exit:
taosArrayDestroy(pDelReq->deleteReqs); taosArrayDestroy(pDelReq->deleteReqs);
if (code) { if (code) {
smaError("vgId:%d, failed to process delete req for smaIndex %" PRIi64 " since %s", SMA_VID(pSma), indexUid, smaError("vgId:%d, failed at line %d to process delete req for smaIndex %" PRIi64 " since %s", SMA_VID(pSma), lino,
tstrerror(code)); indexUid, tstrerror(code));
} }
return code; return code;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册