commit | fc364424ac992ddae5779ae3ca8ddcd006a6ea27 | [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 | a2c832471115d382d6dd60697be5bc74d2636eea [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>