if (lo.attributes & LOAD_OPTION_ACTIVE) {
u32 attributes;
- log_debug("%s: trying to load \"%ls\" from %pD\n",
- __func__, lo.label, lo.file_path);
+ log_debug("trying to load \"%ls\" from %pD\n", lo.label,
+ lo.file_path);
ret = EFI_CALL(efi_load_image(true, efi_root, lo.file_path,
NULL, 0, handle));
num = size / sizeof(uint16_t);
for (i = 0; i < num; i++) {
- log_debug("%s trying to load Boot%04X\n", __func__,
- bootorder[i]);
+ log_debug("trying to load Boot%04X\n", bootorder[i]);
ret = try_load_entry(bootorder[i], handle, load_options);
if (ret == EFI_SUCCESS)
break;