commit | 84a78872c4d359cedc7dcb90a3cc2ef61f7098cf | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Mar 20 14:23:52 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 09:34:53 2024 -0600 |
tree | c4f4faee7f13def071230a6c7fbdfd6f53c810dc | |
parent | bcdd02328e65130915965fdc378c89bb8e2c08bc [diff] |
fs: ext4: make "File System is consistent\n" a debug message When accessing an ext2 system the message "File System is consistent\n" is shown after each write. This is superfluous noise. Only write a debug message. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>