mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
libdm: use log_err_once() for group histogram message
This commit is contained in:
parent
28658541da
commit
a497b95db1
@ -3179,7 +3179,7 @@ struct dm_histogram *dm_stats_get_histogram(const struct dm_stats *dms,
|
||||
|
||||
/* FIXME return histogram sum? Requires bounds check at group time */
|
||||
if (region_id & DM_STATS_WALK_GROUP) {
|
||||
log_warn("Group histogram data is not supported");
|
||||
log_err_once("Group histogram data is not supported");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user