commit | 59a2866bd73c7e34a5ff1bb63a8e3f75f37b904f | [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 | ea773cf291fa616b9db1949746542e3a9312c18a [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>