-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix #95, Standardize command responses #96
base: main
Are you sure you want to change the base?
Fix #95, Standardize command responses #96
Conversation
Thanks @thnkslprpt for these contributions! I'd like to get our team to review this one next week; would you be able to resolve the conflicts? |
4442ca6
to
3860201
Compare
All done @dzbaker |
* | ||
* \par Cause: | ||
* | ||
* This event message is issued when CS successfully disables an entry (specified | ||
* by name) in the Memory results table but identifies the corresponding entry in | ||
* the definitions table to be set to #CS_STATE_EMPTY. | ||
*/ | ||
#define CS_DISABLE_MEMORY_DEF_EMPTY_DBG_EID 133 | ||
#define CS_DISABLE_MEMORY_DEF_EMPTY_ERR_EID 133 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this changed to error, as opposed to info? There were a good handful of others that were also changed to error and I'm not sure why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's been a while mate, but I think it was just based on the issue description which specifically listed those as not complying with the current standard as debug and should be considered an ERROR.
Checklist
Describe the contribution
Testing performed
GitHub CI actions all passing successfully (incl. Build + Run, Unit/Functional Tests etc.).
Expected behavior changes
Event types are standardized as per the issue description.
System(s) tested on
Debian GNU/Linux 11 (bullseye)
Current main branch of cFS bundle.
Contributor Info
Avi Weiss @thnkslprpt