1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-21 05:57:48 +03:00

cleanup: update message

This commit is contained in:
Zdenek Kabelac 2014-09-18 00:53:42 +02:00
parent 6d21438d0c
commit 34bdb83c52

View File

@ -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;
}