-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
CFE_ES_RestartApp() WriteToSysLog Typo #309
Labels
Milestone
Comments
Imported from trac issue 278. Created by dcmccom3 on 2019-04-15T07:13:22, last modified: 2019-05-23T16:43:54 |
Trac comment by dcmccom3 on 2019-04-15 07:16:00: Found the same typo in CFE_ES_ReloadApp() The file is cfe_es_api.c |
skliper
added a commit
to skliper/cFE
that referenced
this issue
Feb 11, 2020
skliper
added a commit
to skliper/cFE
that referenced
this issue
May 12, 2020
skliper
added a commit
to skliper/cFE
that referenced
this issue
May 12, 2020
astrogeco
added a commit
that referenced
this issue
May 19, 2020
Fix #309, Typo in CFE_ES_RestartApp WriteToSysLog
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The first WriteToSysLog() occurrence indicates the message is from CFE_ES_DeleteApp instead of CFE_ES_RestartApp:
CFE_ES_WriteToSysLog ("CFE_ES_DeleteApp: Cannot Restart a CORE Application: %s.\n",
The text was updated successfully, but these errors were encountered: