From 6ba94fdd816a70f084ea86ec0a3ff2243daae158 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 21 Feb 2018 14:08:17 +0100 Subject: [PATCH] debug: change message severity Although it's internal issue - in this case command continue without any reported error - thus hide this internal error into debug. --- lib/metadata/cache_manip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }