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

--appimage-extract should not write info to STDERR #880

Closed
HaleTom opened this issue Nov 4, 2018 · 3 comments
Closed

--appimage-extract should not write info to STDERR #880

HaleTom opened this issue Nov 4, 2018 · 3 comments

Comments

@HaleTom
Copy link

HaleTom commented Nov 4, 2018

When using --appimage-extract, information on the filenames extracted is written on STDERR.

This means that I can't suppress the informational messages while still seeing any errors.

Can it write informational text to STDERR instead?

@TheAssassin
Copy link
Member

Seems fair. PRs welcome.

@probonopd
Copy link
Member

I think it's a matter of changing

fprintf(stderr, "%s\n", prefixed_path_to_extract);

to stdout, isn't it?

@TheAssassin
Copy link
Member

Seems so.

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

No branches or pull requests

3 participants