diff --git a/RBcore/msg_center.c b/RBcore/msg_center.c index fa15156..71fb34f 100644 --- a/RBcore/msg_center.c +++ b/RBcore/msg_center.c @@ -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; // 队列满 }