commit | 9b9da8eac58fe7cd343a2d029f27558ffcc3ab31 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jan 24 21:04:32 2024 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Jan 29 11:29:19 2024 +0100 |
tree | 99c5282c45c4011d19d52c75e18b6a5cb28e5b7d | |
parent | e0c9d4daf60012b7d5d9beccfbd66f35e8a2172b [diff] |
efi_selftest: add missing line feed in efi_selftest_miniapp_exit If an error occurs we may see an output like: EFI application calling Exit Could not open loaded image protocolLoaded image protocol missing Add the missing line feed. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>