commit | 76b9cbab25f832a25e51c50a221c0f1ff3632b7c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Oct 27 15:04:21 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 06 09:59:01 2017 -0500 |
tree | 1d0dd562ad4047a808c350c6341b01900be722df | |
parent | 6793d017a7679477402f5d30229651dba0db5ed2 [diff] |
tools: image: fix message when fail to add verification data for config This function is called when signing configuration nodes. Adjust the error message. I do not know why we do not need to show the error message in case of ENOSPC. Remove the if-conditional that seems unnecessary. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>