commit | 64acd46a82f06dfae7a181437e256a4194e612d8 | [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 | 7dcc2f7e7a9d45cce8f7b1728cd42df46a840957 [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>