1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

Just make error message more clear

Make more obvious, the origin LV for snapshot must be active.
This commit is contained in:
Zdenek Kabelac 2012-03-04 15:57:27 +00:00
parent 35216ca66c
commit 01c62d8f9d

View File

@ -4218,7 +4218,7 @@ static struct logical_volume *_lv_create_an_lv(struct volume_group *vg, struct l
}
if (!lv_info(cmd, org, 0, &info, 0, 0)) {
log_error("Check for existence of snapshot "
log_error("Check for existence of active snapshot "
"origin '%s' failed.", org->name);
return NULL;
}