1
0
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:
Zdenek Kabelac 2010-01-07 14:29:53 +00:00
parent dd7f4abd9f
commit f760f97a1f

View File

@ -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;
} }