The UUID does not exist, a partion with the UUID exists. So let's
say that the UUID is "already used" for clarity.
continue;
if (sd_id128_in_set(result.id, q->current_uuid, q->new_uuid)) {
- log_warning("Partition UUID calculated from seed for partition %" PRIu64 " exists already, reverting to randomized UUID.", p->partno);
+ log_warning("Partition UUID calculated from seed for partition %" PRIu64 " already used, reverting to randomized UUID.", p->partno);
r = sd_id128_randomize(&result.id);
if (r < 0)