1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-22 06:50:52 +03:00

Revert unintended change that slipped in with last checkin.

This commit is contained in:
Petr Rockai 2009-12-16 19:26:20 +00:00
parent d6053080f8
commit 9ca5118a68

View File

@ -3520,7 +3520,6 @@ uint32_t vg_lock_newname(struct cmd_context *cmd, const char *vgname)
/* Found vgname so cannot reserve. */
unlock_vg(cmd, vgname);
log_error("A volume group called '%s' already exists.", vg_name);
return FAILED_EXIST;
}