This commit is contained in:
dmchen 2024-02-05 00:12:35 +00:00
parent 2108f69c84
commit 71d9065d47
1 changed files with 2 additions and 2 deletions

View File

@ -509,9 +509,9 @@ static int32_t mndProcessStatisReq(SRpcMsg *pReq) {
goto _OVER; goto _OVER;
} }
if(tsMonitorLogProtocol){ //if(tsMonitorLogProtocol){
mInfo("process statis req,\n %s", statisReq.pCont); mInfo("process statis req,\n %s", statisReq.pCont);
} //}
SJson* pJson = tjsonParse(statisReq.pCont); SJson* pJson = tjsonParse(statisReq.pCont);