Merge "fs_mgr: change the log level in fs_mgr_read_fstab_dt()"
am: b280bb210b
Change-Id: I26f24af7a57a2e23d49956e059a9fd377a6c2c34
This commit is contained in:
commit
d141190210
1 changed files with 1 additions and 1 deletions
|
|
@ -604,7 +604,7 @@ struct fstab *fs_mgr_read_fstab_dt()
|
|||
{
|
||||
std::string fstab_buf = read_fstab_from_dt();
|
||||
if (fstab_buf.empty()) {
|
||||
LERROR << __FUNCTION__ << "(): failed to read fstab from dt";
|
||||
LINFO << __FUNCTION__ << "(): failed to read fstab from dt";
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue