commit | f337fb9ea8b8163e2b5cff7e2691a30d23841f3e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 11 09:47:11 2022 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Oct 17 21:17:12 2022 -0600 |
tree | 97a58c181980d8c84057c76bed358ce402a76abb | |
parent | 19511935df44f0fec01c6538176f1b6ea4dd63d3 [diff] |
fs: Quieten down the filesystems more When looking for a filesystem on a partition we should do so quietly. At present if the filesystem is very small (e.g. 512 bytes) we get a host of messages. Update these to only show when debugging. Signed-off-by: Simon Glass <sjg@chromium.org>