Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search and replace error in syslog message inside CFE_ES_PoolCreateEx #1852

Closed
jphickey opened this issue Aug 19, 2021 · 0 comments · Fixed by #1855 or #1839
Closed

Search and replace error in syslog message inside CFE_ES_PoolCreateEx #1852

jphickey opened this issue Aug 19, 2021 · 0 comments · Fixed by #1855 or #1839
Assignees
Milestone

Comments

@jphickey
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Interesting word ended up in this syslog:

CFE_ES_SysLogWrite_Unsync("%s: No free MemPoolrary slots available\n", __func__);

Likely because the code was copied from Library stuff, and "Lib" was replaced with "MemPool", and this used the full word "Library" ....

Describe the solution you'd like
Should say "Mem Pool"

Requester Info
Joseph Hickey, Vantage Systems, Inc.

@jphickey jphickey self-assigned this Aug 19, 2021
jphickey added a commit to jphickey/cFE that referenced this issue Aug 19, 2021
jphickey added a commit to jphickey/cFE that referenced this issue Aug 19, 2021
astrogeco added a commit that referenced this issue Aug 20, 2021
Fix #1852, correct syslog message in pool create
@skliper skliper added this to the 7.0.0 milestone Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants