Merge "fs_mgr: change the log level in fs_mgr_read_fstab_dt()" am: b280bb210b
am: d141190210
Change-Id: I3f7762598ea14d9777ec60b6c7afde49f4a5c033
This commit is contained in:
commit
82bcc7b0ea
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