1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

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.
This commit is contained in:
Zdenek Kabelac 2018-02-21 14:08:17 +01:00
parent cc4855acbe
commit 6ba94fdd81

View File

@ -540,7 +540,7 @@ int lv_cache_remove(struct logical_volume *cache_lv)
} }
if (lv_is_pending_delete(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)); display_lvname(cache_lv));
goto remove; /* Already dropped */ goto remove; /* Already dropped */
} }