• Sam Protsenko's avatar
    env: Don't show "Failed" error message · 13bbfb4a
    Sam Protsenko authored
    
    
    "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: default avatarSam Protsenko <semen.protsenko@linaro.org>
    13bbfb4a