Browse Source

【主线待合】调整日志级别

master
Lizongdi 17 hours ago
parent
commit
6bb3c0b48f
  1. 2
      RBcore/msg_center.c

2
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; // 队列满
}

Loading…
Cancel
Save