mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-23 21:35:29 +03:00
Update cut&paste error message
This commit is contained in:
parent
a872331404
commit
eb9e8f8e3d
@ -315,7 +315,7 @@ struct format_type *init_format(struct cmd_context *cmd)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!(fmt->orphan_vg = alloc_vg("pool_orphan", cmd, fmt->orphan_vg_name))) {
|
if (!(fmt->orphan_vg = alloc_vg("pool_orphan", cmd, fmt->orphan_vg_name))) {
|
||||||
log_error("Couldn't create lvm1 orphan VG.");
|
log_error("Couldn't create pool orphan VG.");
|
||||||
dm_free(fmt);
|
dm_free(fmt);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user