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

Commit 0d700897 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "liblp: fix error message"

parents c55fab4a 6ddf9683
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;
        }
    }