summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2014-09-18 00:53:42 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2014-09-18 00:53:42 +0200
commit34bdb83c52ddc3533b16d923953435e576699877 (patch)
tree6e1805e9036a3271af4a7adb6f4dacbd54bdccaa
parent6d21438d0c64267ac11b4825ad719c458b80059e (diff)
downloadlvm2-34bdb83c52ddc3533b16d923953435e576699877.tar.gz
cleanup: update message
-rw-r--r--tools/lvconvert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lvconvert.c b/tools/lvconvert.c
index b6ef1bf13..2cd5ba6e0 100644
--- a/tools/lvconvert.c
+++ b/tools/lvconvert.c
@@ -3075,7 +3075,7 @@ static int _lvconvert_cache(struct cmd_context *cmd,
if (lv_is_external_origin(origin) || lv_is_origin(origin) || lv_is_thin_type(origin) ||
lv_is_mirror_type(origin) || lv_is_cache_origin(origin) || lv_is_virtual(origin) ||
lv_is_cow(origin) || lv_is_merging_origin(origin) || lv_is_merging_cow(origin)) {
- log_error("Cache is not supported with origin LV type.",
+ log_error("Cache is not supported with origin LV %s type.",
display_lvname(origin));
return 0;
}