efi_loader: more debug info for efi_file_getinfo()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Sep 2018 20:46:34 +0000 (22:46 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:30 +0000 (21:55 +0200)
commit008fb489fa51607dcde1d291aa3442809920ffb2
tree4cccf8f14dbde64e9462b3c40ae2f71d4ec28cbf
parent12ddfd49894f3e200b04aa6027be1564dd1d4c7f
efi_loader: more debug info for efi_file_getinfo()

efi_file_getinfo() is called with a GUID. In EFI_ENTRY use %pUl as
format type. This way the GUID is printed in debug mode.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_file.c