From 7ef64f2d1458e6082714acc2a115f76bcbb1df30 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Thu, 22 Oct 2015 13:32:52 +0200 Subject: [PATCH] cleanup: snapshots of snapshots message --- lib/metadata/lv_manip.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/metadata/lv_manip.c b/lib/metadata/lv_manip.c index 8029dabf5..8e20dfacc 100644 --- a/lib/metadata/lv_manip.c +++ b/lib/metadata/lv_manip.c @@ -7248,8 +7248,7 @@ static struct logical_volume *_lv_create_an_lv(struct volume_group *vg, return NULL; } if (lv_is_cow(origin_lv)) { - log_error("Snapshots of snapshots are not " - "supported yet."); + log_error("Snapshots of snapshots are not supported."); return NULL; } if (lv_is_locked(origin_lv)) {