mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-11-01 02:01:44 +00:00
Make some things dprint() instead of console_print()
Signed-off-by: Peter Jones <pjones@redhat.com> Upstream-commit-id: dad59f8c0f36
This commit is contained in:
parent
51413d1deb
commit
1d50318f44
4
shim.c
4
shim.c
@ -2087,8 +2087,8 @@ static int is_our_path(EFI_LOADED_IMAGE *li, CHAR16 *path, UINTN len)
|
||||
if (!dppath)
|
||||
return 0;
|
||||
|
||||
console_print(L"dppath: %s\n", dppath);
|
||||
console_print(L"path: %s\n", path);
|
||||
dprint(L"dppath: %s\n", dppath);
|
||||
dprint(L"path: %s\n", path);
|
||||
if (StrnCaseCmp(dppath, path, len))
|
||||
ret = 0;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user