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 PrintErrln and PrintErrf to behave like PrintErr #979

Closed
wants to merge 1 commit into from

Commits on Oct 18, 2019

  1. Fix PrintErrln and PrintErrf to behave like PrintErr

    PrintErrln() and PrintErrf() prints to OutOrStderr while
    PrintErr() prints to ErrOrStderr().
    
    This PR fixes PrintErrln and PrintErrf to work like PrintErr.
    jhahn21 committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    2a3a935 View commit details
    Browse the repository at this point in the history