use debug log when fetching no tsmas for table
This commit is contained in:
parent
384efdc185
commit
88cc43250f
|
@ -2340,11 +2340,6 @@ static int32_t mndProcessGetTbTSMAReq(SRpcMsg *pReq) {
|
||||||
}
|
}
|
||||||
|
|
||||||
_OVER:
|
_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);
|
tFreeTableTSMAInfoRsp(&rsp);
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue