mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +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:
parent
cc4855acbe
commit
6ba94fdd81
@ -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 */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user