|
|
|
@ -211,7 +211,7 @@ int MsgCenter_Send(const Msg_t *pstMsg) |
|
|
|
return RD_SUCCESS; |
|
|
|
} |
|
|
|
|
|
|
|
log_w("failed queue full send ID:%x to %d", pstMsg->m_uiMsgID, pstMsg->m_uiDstModule); |
|
|
|
log_w("warning queue full send ID:%x to %d", pstMsg->m_uiMsgID, pstMsg->m_uiDstModule); |
|
|
|
return RD_FAILURE; // 队列满
|
|
|
|
} |
|
|
|
|
|
|
|
|