env: add failing trace in env_save
authorPatrick Delaunay <patrick.delaunay@st.com>
Wed, 24 Jun 2020 08:17:50 +0000 (10:17 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 26 Jul 2020 18:35:30 +0000 (14:35 -0400)
commit8968288cb477ba69b002db01a6407cf78e3a6e06
tree4a72688882e624f452f6675e5427c939ad618381
parentd5a6a5a9271bd93d0c8337788ddaac708c9123ee
env: add failing trace in env_save

Add trace in env save to indicate any errors to end user and avoid
silent output when the command 'env save' is not executed.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
env/env.c