Skip to content

Commit

Permalink
Merge branch 'fix-1141-fixup-debug-event' into jph-wip-baseline-20210201
Browse files Browse the repository at this point in the history
  • Loading branch information
jphickey committed Feb 1, 2021
2 parents 4e831ea + a97a268 commit c87adc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fsw/cfe-core/src/sb/cfe_sb_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -1143,9 +1143,9 @@ int32 CFE_SB_SubscribeFull(CFE_SB_MsgId_t MsgId,
{
/* If no other event pending, send a debug event indicating success */
CFE_EVS_SendEventWithAppID(CFE_SB_SUBSCRIPTION_RCVD_EID,CFE_EVS_EventType_DEBUG,CFE_SB.AppId,
"Subscription Rcvd:MsgId 0x%x on %s(%lu),app %s",
"Subscription Rcvd:MsgId 0x%x on PipeId %lu,app %s",
(unsigned int)CFE_SB_MsgIdToValue(MsgId),
PipeName,CFE_RESOURCEID_TO_ULONG(PipeId),CFE_SB_GetAppTskName(TskId,FullName));
CFE_RESOURCEID_TO_ULONG(PipeId),CFE_SB_GetAppTskName(TskId,FullName));
}

if (Status == CFE_SUCCESS && Scope == CFE_SB_GLOBAL)
Expand Down

0 comments on commit c87adc4

Please sign in to comment.