Skip to content

Commit

Permalink
Fix nasa#309, Typo in CFE_ES_RestartApp WriteToSysLog
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed May 12, 2020
1 parent 7622827 commit 3149211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/cfe-core/src/es/cfe_es_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ int32 CFE_ES_RestartApp(uint32 AppID)
*/
if ( CFE_ES_Global.AppTable[AppID].Type == CFE_ES_AppType_CORE )
{
CFE_ES_SysLogWrite_Unsync ("CFE_ES_DeleteApp: Cannot Restart a CORE Application: %s.\n",
CFE_ES_SysLogWrite_Unsync ("CFE_ES_RestartApp: Cannot Restart a CORE Application: %s.\n",
CFE_ES_Global.AppTable[AppID].StartParams.Name );
ReturnCode = CFE_ES_ERR_APPID;
}
Expand Down

0 comments on commit 3149211

Please sign in to comment.