Skip to content

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.

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.

2 participants