diff --git a/WHATS_NEW b/WHATS_NEW index 2d5996718..fbf3fe2cd 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.29 - ================================== + Fix error message when fixing up PV size in lvm2 metadata (2.02.11). Fix orphan-related locking in pvdisplay and pvs. Fix missing VG unlocks in some pvchange error paths. Add some missing validation of VG names. diff --git a/lib/format_text/import_vsn1.c b/lib/format_text/import_vsn1.c index ef7ae8dfa..a733ae689 100644 --- a/lib/format_text/import_vsn1.c +++ b/lib/format_text/import_vsn1.c @@ -221,7 +221,7 @@ static int _read_pv(struct format_instance *fid, struct dm_pool *mem, log_error("%s: Couldn't get size.", pv_dev_name(pv)); return 0; } - log_verbose("Fixing up missing format1 size (%s) " + log_verbose("Fixing up missing size (%s) " "for PV %s", display_size(fid->fmt->cmd, pv->size), pv_dev_name(pv)); if (vg) {