commit | 42c8ba221fa6a293c51e99e55d18c3d53558b657 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Dec 01 09:06:29 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 03 21:22:30 2020 +0100 |
tree | 71b5e779b32775236401d22e8c3d03e675deb123 | |
parent | 3ac38363d21fd721c7f165fba58ed17b1b6eb9ae [diff] |
efi_loader: replace printf by log in efi_uclass.c Use logging functions instead of printf() and debug(). Change logging messages for uclass creation and destruction to log_debug(). Reported-by: Simon Glass <sjg@chromium.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>