commit | 55111c3a1af06a914387cea2b200b493f99f2377 | [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 | 8efe0799e67d87d4988e6654ab85496ed6399e43 [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>