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

Don't both print with fprintf and RCUTILS_SET_ERROR_MSG. #213

Merged
merged 1 commit into from
Mar 4, 2020

Conversation

clalancette
Copy link
Contributor

It's redundant, since the error will (eventually) be
printed when RCUTILS_SET_ERROR_MSG is called.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

This is a follow-up from #196, and will close #212 . @wjwwood FYI

It's redundant, since the error will (eventually) be
printed when RCUTILS_SET_ERROR_MSG is called.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette
Copy link
Contributor Author

I'm going to run a full CI on Linux to make sure there aren't any tests expecting this output. Assuming that passes, I'll run CI on all platforms:

  • Linux Build Status

@clalancette
Copy link
Contributor Author

All right, all of the test failures are already failures on the buildfarm, so I'm going to run a quick CI on all platforms. Assuming that passes, I'll merge.

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status
  • Windows-container Build Status

@clalancette
Copy link
Contributor Author

All right, looking good, and has an approval. Merging.

@clalancette clalancette merged commit 69fdfb6 into master Mar 4, 2020
@delete-merged-branch delete-merged-branch bot deleted the remove-error-prints branch March 4, 2020 13:21
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.

Don't both print to stderr and log an RCUTILS error in logging.c
2 participants