1
0
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:
Bryn M. Reeves 2016-07-06 11:16:12 +01:00
parent 28658541da
commit a497b95db1

View File

@ -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 */ /* FIXME return histogram sum? Requires bounds check at group time */
if (region_id & DM_STATS_WALK_GROUP) { 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; return NULL;
} }