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

Restore activation error message in efibootmgr #89

Merged
merged 1 commit into from
Mar 6, 2019
Merged

Restore activation error message in efibootmgr #89

merged 1 commit into from
Mar 6, 2019

Conversation

rbisewski
Copy link
Contributor

As per issue #79, there appears to have been a minor glitch in the error output formatting due to the first "%s" element at the start of the error() function call. Originally, if a user attempted to set a state to active and an error occurred, the error message would appear as:

Could not set active state for %s%04X

After the change the message looks like the below, where condition is the current status; e.g. success, fail

Could not set active state for Boot0003: <condition>

On my system this appears to work now, but feel free to run your own tests.

@rbisewski
Copy link
Contributor Author

rbisewski commented Jul 4, 2018

Any update on this? Admittedly not high priority, but it is a straightforward patch.

@vathpela vathpela merged commit 393e9b8 into rhboot:master Mar 6, 2019
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