commit | 4acb84ac834e7bb1c2fa2ca44cd1323adefc3a5f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 18 21:40:26 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 16 13:19:25 2021 -0400 |
tree | e39c7ba0c3b0333d80e187219f338d9af8623680 | |
parent | 4cc43bfbaa7f4fcfd1f9e9658e1b0e10a5a7b35d [diff] |
btrfs: Suppress the message about missing filesystem This message comes up a lot when scanning filesystems. It suggests to the user that there is some sort of error, but in fact there is no reason to expect that a particular partition has a btrfs filesystem. Other filesystems don't print this error. Turn it into a debug message. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Qu Wenruo <wqu@suse.com>