mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Just add '.' at the end of error message.
This commit is contained in:
parent
dd7f4abd9f
commit
f760f97a1f
@ -2116,7 +2116,7 @@ int vg_validate(struct volume_group *vg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (strcmp(pvl->pv->vg_name, vg->name)) {
|
if (strcmp(pvl->pv->vg_name, vg->name)) {
|
||||||
log_error(INTERNAL_ERROR "VG name for PV %s is corrupted",
|
log_error(INTERNAL_ERROR "VG name for PV %s is corrupted.",
|
||||||
pv_dev_name(pvl->pv));
|
pv_dev_name(pvl->pv));
|
||||||
r = 0;
|
r = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user