binman: Reduce state.SetInt and bintool cmd to debug level
authorSimon Glass <sjg@chromium.org>
Tue, 18 Jul 2023 13:24:09 +0000 (07:24 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 20 Jul 2023 20:10:58 +0000 (14:10 -0600)
commit24142ead21ed5e4d2d6f39dd410d91d815ea1ae2
treeba4d6afa0017670cc45dbdc0f8ca16257b2045e3
parent23b96e920b95428c55c0659ab4e1576c83a4b366
binman: Reduce state.SetInt and bintool cmd to debug level

These are not very important message. Change them to use the 'debug' level
instead of 'detail'.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/bintool.py
tools/binman/state.py