use debug log when fetching no tsmas for table

This commit is contained in:
wangjiaming0909 2024-04-28 11:32:17 +08:00
parent 384efdc185
commit 88cc43250f
1 changed files with 0 additions and 5 deletions

View File

@ -2340,11 +2340,6 @@ static int32_t mndProcessGetTbTSMAReq(SRpcMsg *pReq) {
}
_OVER:
if (code != 0) {
mError("failed to get table tsma %s since %s fetching with tsma name %d", tsmaReq.name, terrstr(),
tsmaReq.fetchingWithTsmaName);
}
tFreeTableTSMAInfoRsp(&rsp);
return code;
}