1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

Remove stray comma.

This commit is contained in:
Alasdair Kergon 2002-01-30 17:25:51 +00:00
parent 12a6fcd3a8
commit d2c3c0505c

View File

@ -126,7 +126,7 @@ int vgmerge_single(const char *vg_name_to, const char *vg_name_from)
char *name2 = list_item(lvh2,
struct lv_list)->lv->name;
if (!strcmp(name1, name2)) {
log_error("Duplicate logical volume ",
log_error("Duplicate logical volume "
"name \"%s\" "
"in \"%s\" and \"%s\"",
name1, vg_to->name,