提交 d9e57c0e 编写于 作者: M MikeBeaton

OcBootManagementLib: Report unsupported etc. custom entries

上级 9a255a97
......@@ -1679,7 +1679,14 @@ AddFileSystemEntryForCustom (
FALSE
);
if (!EFI_ERROR (Status)) {
if (EFI_ERROR (Status)) {
DEBUG ((
DEBUG_WARN,
"OCB: Failed to add custom entry %a - %r",
BootContext->PickerContext->CustomEntries[Index].Name,
Status
));
} else {
ReturnStatus = EFI_SUCCESS;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册