commit | 19b2d895fb16f4c22e19125c84e3616c35e9ded7 | [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 | d7e0b0109ebed35c7b91545417e6f7a28cb540d9 [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>