mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-05-30 09:00:27 +00:00
Fix wrong type on console_error() call.
Stupid L"". Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
1d56305945
commit
a847e33aaf
2
shim.c
2
shim.c
@ -1629,7 +1629,7 @@ EFI_STATUS efi_main (EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *passed_systab)
|
|||||||
&handle, &shim_lock_guid, EFI_NATIVE_INTERFACE,
|
&handle, &shim_lock_guid, EFI_NATIVE_INTERFACE,
|
||||||
&shim_lock_interface);
|
&shim_lock_interface);
|
||||||
if (EFI_ERROR(efi_status)) {
|
if (EFI_ERROR(efi_status)) {
|
||||||
console_error("Could not install security protocol",
|
console_error(L"Could not install security protocol",
|
||||||
efi_status);
|
efi_status);
|
||||||
return efi_status;
|
return efi_status;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user