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

Update cut&paste error message

This commit is contained in:
Zdenek Kabelac 2012-02-15 13:46:54 +00:00
parent 616c6208aa
commit a7a66f4b6d

View File

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