mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-25 13:49:28 +03:00
cache: wrong feature in seg is internal error
This commit is contained in:
@ -40,7 +40,7 @@ const char *get_cache_pool_cachemode_name(const struct lv_segment *seg)
|
||||
if (seg->feature_flags & DM_CACHE_FEATURE_PASSTHROUGH)
|
||||
return "passthrough";
|
||||
|
||||
log_error("LV %s has uknown feature flags %" PRIu64,
|
||||
log_error(INTERNAL_ERROR "LV %s has uknown feature flags %" PRIu64 ".",
|
||||
display_lvname(seg->lv), seg->feature_flags);
|
||||
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user