fix: fix log invalid err msg

This commit is contained in:
yihaoDeng 2023-03-14 06:15:47 +00:00
parent 4385275a89
commit d3c9e08003
1 changed files with 1 additions and 0 deletions

View File

@ -706,6 +706,7 @@ int32_t mndProcessRpcMsg(SRpcMsg *pMsg) {
} else if (code == 0) {
mGTrace("msg:%p, successfully processed", pMsg);
} else {
code = terrno;
mGError("msg:%p, failed to process since %s, app:%p type:%s", pMsg, tstrerror(code), pMsg->info.ahandle,
TMSG_INFO(pMsg->msgType));
}