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

Commit 5353833a 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

am: 82bcc7b0

Change-Id: I39a1c5757596071b1d4f10cc9ca6c91c265139d9
parents 164b70e9 82bcc7b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -650,7 +650,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;
    }