mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +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)) {
|
||||
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));
|
||||
r = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user