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

Commit dba5e135 authored by Sandeep Patil's avatar Sandeep Patil Committed by android-build-merger
Browse files

Merge "fs_mgr: remove the repetitive and annoying bootconfig error print" am: 515e7a4f

am: d1078c42

Change-Id: I2b735716342c046cd160a4a16a16911dbe53574a
parents f4589bb6 d1078c42
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -55,8 +55,6 @@ bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val) {
        if (android::base::ReadFileToString(file_name, out_val)) {
            return true;
        }

        LINFO << "Error finding '" << key << "' in device tree";
    }

    return false;