commit | 3862fab393f0370172bcd8f74ad9be67e3c3af33 | [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 | 8169ecebd3ece34234452f2f6f8269920e1d1f10 [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>