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

Warning messages go to stdout instead of stderr #163

Closed
PaperTsar opened this issue Oct 28, 2019 · 2 comments
Closed

Warning messages go to stdout instead of stderr #163

PaperTsar opened this issue Oct 28, 2019 · 2 comments
Labels

Comments

@PaperTsar
Copy link

Warning messages go to stdout instead of stderr, which makes piping output (for example json) harder. This happens with the following warning (I expect it does with the rest too):

Warning: Pycurl is not compiled against Openssl. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information.

@PaperTsar PaperTsar changed the title Warning messages go to stdin instead of stderr Warning messages go to stdout instead of stderr Oct 28, 2019
@xmendez xmendez added the bug label Oct 29, 2019
@akhal3d96
Copy link
Contributor

I tried to reproduce this bug by completely uninstalling pycurl and the error was sent to stderr as it supposed to be. The error was written using warnings.warn() which is used in the other pycurl warnings so it should give the same result.

I think this issue should be closed.

@xmendez
Copy link
Owner

xmendez commented Aug 30, 2020

Closing, fixed at cdec50b

@xmendez xmendez closed this as completed Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants