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

Commit d1411902 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

Change-Id: I26f24af7a57a2e23d49956e059a9fd377a6c2c34
parents 4614ba51 b280bb21
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;
    }