commit | cc2ed79182a0807cd6556044485752ff21fcb560 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Apr 04 21:36:44 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Apr 07 14:17:06 2019 +0200 |
tree | 87261c014cec4eabf71d84d3a9b88c266e5094c1 | |
parent | bb31c3f725bf4261d91b41b51b2443ed24f53218 [diff] |
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>