efi_loader: EFI_PRINT instead of debug for variable services
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 4 Apr 2019 19:36:44 +0000 (21:36 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Apr 2019 12:17:06 +0000 (14:17 +0200)
commitcc2ed79182a0807cd6556044485752ff21fcb560
tree87261c014cec4eabf71d84d3a9b88c266e5094c1
parentbb31c3f725bf4261d91b41b51b2443ed24f53218
efi_loader: EFI_PRINT instead of debug for variable services

For debug messages inside EFI API functions we should use the EFI_PRINT
macro which gives us well aligned output like:

EFI: Entry efi_get_variable("PlatformLang" ...)
  EFI: get 'efi_8be4df61-93ca-11d2-aa0d-00e098032b8c_PlatformLang'
EFI: Exit: efi_get_variable: 14

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