]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: remove ERROR:, WARNING: prefixes in messages
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 17 Oct 2024 18:13:05 +0000 (20:13 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 18 Oct 2024 15:05:19 +0000 (17:05 +0200)
commit76a692a2ca6acb1f644872289efd84997df429fb
tree05d07217b4a30441e2761dbb31cdcc3a90fb2ada
parent640427c6ae68ac3e85e06ea057b752398d4e060d
efi_loader: remove ERROR:, WARNING: prefixes in messages

We should not write "ERROR:" or "WARNING:" when using log_err() or
log_warning(). These prefixed don't provide additional information.

Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_helper.c