commit | 051dfd8b78a1351af1fc9a952b82c506f1511bb0 | [log] [tgz] |
---|---|---|
author | Sam Protsenko <semen.protsenko@linaro.org> | Mon Jul 30 19:19:26 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 10 13:45:34 2018 -0400 |
tree | dc535f59ac384295af37b7860a63ab9a40612c9d | |
parent | 5566cafeabb6e35c12d9e758f508a9d32f2e3612 [diff] |
env: Don't show "Failed" error message "Failed" error message from env_load() only clutters the log with unnecessary details, as we already have all needed warnings by that time. Example: Loading Environment from FAT... MMC: no card present ** Bad device mmc 0 ** Failed (-5) Let's only print it in case when DEBUG is defined to keep log clear. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>