diff --git a/fsw/inc/lc_eventids.h b/fsw/inc/lc_eventids.h index 201a671..4b046a6 100644 --- a/fsw/inc/lc_eventids.h +++ b/fsw/inc/lc_eventids.h @@ -394,14 +394,14 @@ /** * \brief LC Reset Counters Command Event ID * - * \par Type: DEBUG + * \par Type: INFORMATION * * \par Cause: * * This event message is issued when a reset counters command has * been received. */ -#define LC_RESET_DBG_EID 27 +#define LC_RESET_INF_EID 27 /** * \brief LC Set Limit Checker State Command Event ID diff --git a/fsw/src/lc_cmds.c b/fsw/src/lc_cmds.c index f7f4514..c232452 100644 --- a/fsw/src/lc_cmds.c +++ b/fsw/src/lc_cmds.c @@ -280,7 +280,7 @@ void LC_ResetCountersCmd(const CFE_SB_Buffer_t *BufPtr) { LC_ResetCounters(); - CFE_EVS_SendEvent(LC_RESET_DBG_EID, CFE_EVS_EventType_DEBUG, "Reset counters command"); + CFE_EVS_SendEvent(LC_RESET_INF_EID, CFE_EVS_EventType_INFORMATION, "Reset counters command"); } /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */