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

Commit 85084708 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "liblp: fix error message" am: 0d700897 am: 68469fb2

am: 1142eae0

Change-Id: Ia045fe2f4d99e42e97895b8045531b66de64a9e5
parents 15360786 1142eae0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -537,7 +537,7 @@ bool MetadataBuilder::ValidatePartitionSizeChange(Partition* partition, uint64_t
            group->maximum_size() - group_size < space_needed) {
            LERROR << "Partition " << partition->name() << " is part of group " << group->name()
                   << " which does not have enough space free (" << space_needed << " requested, "
                   << group_size << " used out of " << group->maximum_size();
                   << group_size << " used out of " << group->maximum_size() << ")";
            return false;
        }
    }