mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Update cut&paste error message
This commit is contained in:
parent
616c6208aa
commit
a7a66f4b6d
@ -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))) {
|
||||
log_error("Couldn't create lvm1 orphan VG.");
|
||||
log_error("Couldn't create pool orphan VG.");
|
||||
dm_free(fmt);
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user