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

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

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

am: 68469fb2

Change-Id: Iab4edf3632f7358cf7241c13acaa6fe4160a625d
parents c3814b7a 68469fb2
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;
        }
    }