mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 14:25:56 +00:00
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>
This commit is contained in:
parent
bcdd02328e
commit
84a78872c4
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ int ext4fs_check_journal_state(int recovery_flag)
|
|||
printf("Recovery required\n");
|
||||
} else {
|
||||
if (recovery_flag == RECOVER)
|
||||
printf("File System is consistent\n");
|
||||
log_debug("File System is consistent\n");
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue