From: Zdenek Kabelac Date: Thu, 7 Jan 2010 14:29:53 +0000 (+0000) Subject: Just add '.' at the end of error message. X-Git-Tag: v2_02_91~2436 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=f760f97a1fce65a03db52b2b98b4065edcb61923;p=lvm2.git Just add '.' at the end of error message. --- diff --git a/lib/metadata/metadata.c b/lib/metadata/metadata.c index d870b5e36..4df187fda 100644 --- a/lib/metadata/metadata.c +++ b/lib/metadata/metadata.c @@ -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; }