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

Commit adcb843d authored by Tao Bao's avatar Tao Bao Committed by Android (Google) Code Review
Browse files

Merge "fs_mgr: change the log level in fs_mgr_get_boot_config()" into oc-dev

parents 058188d3 89a91d9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val) {
            return true;
        }

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

    return false;