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

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

Merge "liblp: fix error message"

am: 0d700897

Change-Id: I344968e7c23799cdefb452c0462d9bf4d1400ca4
parents 8044ff4d 0d700897
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;
        }
    }