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

Fix status messages #397

Open
wants to merge 4 commits into
base: edge
Choose a base branch
from

Conversation

RadicalZephyr
Copy link

I found that a few status code error messages that seem to be out of date. The new error messages are my best guess at what a reasonable message would be, feel free to change them as desired. I removed the error message for code 37 since it appears to currently be marked as a placeholder.

@@ -416,7 +415,7 @@ static const char stat_34[] = "Persistence error";
static const char stat_35[] = "Bad status report setting";
static const char stat_36[] = "Failed to get planner buffer";

static const char stat_37[] = "Backplan hit running buffer";
static const char stat_37[] = "37";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be removing a text string, replacing it with "37".

Doesn't seem correct?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the error message for code 37 since it appears to currently be marked as a placeholder.

TBH, I don't remember exactly why I believed it to be a placeholder, but I clearly thought about it at the time making it a separate commit and mentioning it in the PR message as well. If it's not correct however, then it shouldn't be included. Either way is fine with me.

@justinclift
Copy link
Member

@giseburt Thoughts on this PR? It's a pretty simple one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants