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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix log message when opening browser link #5111

Merged
merged 1 commit into from Jan 24, 2021

Conversation

jmacxx
Copy link
Contributor

@jmacxx jmacxx commented Jan 24, 2021

A series of stack traces were being logged when opening a browser link on linux. This is because we try three different variations of the command to open the browser: "kde-open", "gnome-open", "xdg-open" and ones not supported by the distro throw an error.

It was not necessary to log huge stack traces if/when the first two of these commands is not successful.
Instead just log one line via e.toString().

Would be nice to get this in 1.5.5 馃檹 馃崚

Previously:
image

Now:
image

Copy link
Member

@ripcurlx ripcurlx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@ripcurlx ripcurlx merged commit f54ec2f into bisq-network:master Jan 24, 2021
@ripcurlx
Copy link
Member

As it is just showing up in the log file, I think we can wait until the next release. WDYT?

@ripcurlx ripcurlx added this to the v1.6.0 milestone Jan 24, 2021
@jmacxx jmacxx deleted the fix_unnecessary_exception_log branch January 24, 2021 16:22
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.

None yet

2 participants