fix compile error

This commit is contained in:
yihaoDeng 2024-11-21 15:28:40 +08:00
parent a5c1f11b04
commit 37d79af7b9
1 changed files with 1 additions and 1 deletions

View File

@ -1352,7 +1352,7 @@ bool cliConnMayAddUserInfo(SCliConn* pConn, STransMsgHead** ppHead, int32_t* msg
tError("failed to decompress since %s", tstrerror(code)); tError("failed to decompress since %s", tstrerror(code));
return false; return false;
} else { } else {
tDebug("decompress msg and resent, compress size %d, raw size %d", pHead, oriMsg, msgLen, oriLen); tDebug("decompress msg and resent, compress size %d, raw size %d", msgLen, oriLen);
} }
pHead = (STransMsgHead*)oriMsg; pHead = (STransMsgHead*)oriMsg;