efi_loader: use EFI_PRINT() instead of debug()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 5 Sep 2019 17:43:17 +0000 (19:43 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 5 Sep 2019 21:18:51 +0000 (23:18 +0200)
commit9d3f3398815bceee39e0de0b37510a0488a9a9cb
treed40ff71a2b4f4d9bd56f67bbe8f5f1e2d9d67ebf
parentf59f0825e8b9fdeb8abe43ffd10c5119ca1a032f
efi_loader: use EFI_PRINT() instead of debug()

EFI_PRINT() offers indention of debug messages. Adjust the debug messages
of the BLOCK_IO_PROTOCOL.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_disk.c