commit | 5cda70f8dbbd66ac84993edbbdf13faa422f2a5b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:22:59 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:02:44 2022 -0400 |
tree | ca2f9e606b71c3cf6b4207808dfcbd0fc6bbdad8 | |
parent | ceeb74f5c3ae1fa95f6dd4be61138e7b1e47f5c3 [diff] |
sandbox: Drop message about writing sandbox state This happens every time sandbox moves to the next phase so is not very interesting. Display the message only when debugging. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>