efi_loader: Reduce efi_tcg2 logging statement
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Tue, 9 Nov 2021 11:35:53 +0000 (20:35 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 20 Nov 2021 09:53:00 +0000 (10:53 +0100)
commit3961bd9b552bfb3c08664fb09f18744c6f691456
tree6652b7fa57b21515701eae40190fe2e29cd38481
parente032cb2ac98d7085bec258dd19617409f0f70e90
efi_loader: Reduce efi_tcg2 logging statement

log_info() is used for the debug level logging statement
which should use log_debug() instead. Convert it to reduce the
log output.

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_tcg2.c