env: Don't show "Failed" error message
authorSam Protsenko <semen.protsenko@linaro.org>
Mon, 30 Jul 2018 16:19:26 +0000 (19:19 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 10 Aug 2018 17:45:34 +0000 (13:45 -0400)
commit13bbfb4a395d1c0811cd8624cda64ad2ad4746bf
treedc535f59ac384295af37b7860a63ab9a40612c9d
parent60a4df32623a77f1bfb6f7361fe2442f03c69edb
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>
env/env.c