Merge pull request #25542 from taosdata/fix/TD-29841

use debug log when fetching no tsmas for table
This commit is contained in:
dapan1121 2024-04-29 08:26:12 +08:00 committed by GitHub
commit df4421b0a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;
}