1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

metadata: Fix recent vg_validate message text.

This commit is contained in:
Alasdair G Kergon 2015-03-17 17:48:56 +00:00
parent 038013cf42
commit 95fbbf4f40

View File

@ -2576,7 +2576,7 @@ int vg_validate(struct volume_group *vg)
if (lvl->lv->status & LVM_WRITE_LOCKED) {
log_error(INTERNAL_ERROR "LV %s has external flag LVM_WRITE_LOCKED set internally.",
vg->name);
lvl->lv->name);
r = 0;
}