commit | d4fe528616724d210e44e86af7a4700e3898cfaa | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Apr 06 16:36:16 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Apr 07 14:17:06 2019 +0200 |
tree | 973a3dd4c45474def5b0c7af53f4f311103f4cb3 | |
parent | b0ad9050d094cd6540785a481eeb711a36759f71 [diff] |
efi_loader: debug output file handle in efi_file_open() For debugging it is helpful to know the address of the file handle created by the Open() method of the EFI file protocol. So let's write it with EFI_PRINT(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>