chore: log optimization

This commit is contained in:
kailixu 2023-06-17 05:05:43 +08:00
parent 4097b860d3
commit b40069c0e1
1 changed files with 2 additions and 2 deletions

View File

@ -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;