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

Commit 207a9fce authored by Bowgo Tsai's avatar Bowgo Tsai Committed by android-build-merger
Browse files

Merge "fs_mgr: change the log level in fs_mgr_get_boot_config()" am: c8c3e61e am: c30261f2

am: 73d9e8e9

Change-Id: I3b0caeda0d9b9ecf2aeb1592463c55e8480adf69
parents 046855b5 73d9e8e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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;
            return true;
        }
        }


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


    return false;
    return false;