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

extended_bin: Omit superfluous log message #946

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

weiss
Copy link
Contributor

@weiss weiss commented Feb 21, 2025

Currently, lines such as the following are printed during startup:

Root: /opt/release
/opt/release

The first one prints $ROOTDIR, the second one $RELEASE_ROOT_DIR. Unless I'm overlooking something, those will never differ? Therefore, I'd suggest omitting the second line.

Log the root directory path only once during startup.
@weiss weiss force-pushed the fix/omit-dup-message branch from ace3f0c to 3436081 Compare February 21, 2025 12:46
Copy link
Collaborator

@ferd ferd left a comment

Choose a reason for hiding this comment

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

Checked the script in its entirety, this appears to be correct.
The failing CI tests are for windows and this script is unrelated to windows runs, so we should be good to go.

@ferd ferd merged commit d274596 into erlware:main Feb 21, 2025
12 of 18 checks passed
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