chore: log optimization
This commit is contained in:
parent
4097b860d3
commit
b40069c0e1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue