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

Remove dangerous Logger.fatal(...) method #1021

Merged
merged 1 commit into from
Nov 30, 2024

Conversation

bertm
Copy link
Contributor

@bertm bertm commented Nov 30, 2024

No sane logger method has System.exit() as a side effect. Fortunately this log method is never used anywhere in Fred. Let's assume it is not used in plugins either and remove it.

No sane logger method has System.exit() as a side effect. Fortunately
this log method is never used anywhere in Fred. Let's assume it is not
used in plugins either and remove it.
Copy link
Contributor

@ArneBab ArneBab left a comment

Choose a reason for hiding this comment

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

I grepped through all the plugins I have locally and found no Logger.fatal calls, so I think we can assume it’s unused.

@ArneBab ArneBab merged commit 28bd779 into hyphanet:next Nov 30, 2024
1 check passed
@ArneBab
Copy link
Contributor

ArneBab commented Nov 30, 2024

Merged — thank you!

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.

2 participants