diff --git a/lib/metadata/cache_manip.c b/lib/metadata/cache_manip.c index 97a333925..c46266b7b 100644 --- a/lib/metadata/cache_manip.c +++ b/lib/metadata/cache_manip.c @@ -540,7 +540,7 @@ int lv_cache_remove(struct logical_volume *cache_lv) } if (lv_is_pending_delete(cache_lv)) { - log_error(INTERNAL_ERROR "LV %s is already dropped cache volume.", + log_debug(INTERNAL_ERROR "LV %s is already dropped cache volume.", display_lvname(cache_lv)); goto remove; /* Already dropped */ }