Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82bcc7b0 authored by bowgotsai's avatar bowgotsai Committed by android-build-merger
Browse files

Merge "fs_mgr: change the log level in fs_mgr_read_fstab_dt()" am: b280bb21

am: d1411902

Change-Id: I3f7762598ea14d9777ec60b6c7afde49f4a5c033
parents 31a515bd d1411902
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }