mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 15:10:33 +00:00
stub: don't make up errors
This commit is contained in:
@@ -462,7 +462,7 @@ static EFI_STATUS load_addons(
|
||||
|
||||
/* We want to enforce that addons are not UKIs, i.e.: they must not embed a kernel. */
|
||||
if (PE_SECTION_VECTOR_IS_SET(sections + UNIFIED_SECTION_LINUX)) {
|
||||
log_error_status(EFI_INVALID_PARAMETER, "%ls is a UKI, not an addon, ignoring: %m", items[i]);
|
||||
log_error("%ls is a UKI, not an addon, ignoring.", items[i]);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user