summaryrefslogtreecommitdiffstats
path: root/web/api/queries/query.c
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/queries/query.c')
-rw-r--r--web/api/queries/query.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/api/queries/query.c b/web/api/queries/query.c
index 8bb2fb7d58..0b82de5819 100644
--- a/web/api/queries/query.c
+++ b/web/api/queries/query.c
@@ -1173,8 +1173,8 @@ void rrdr_fill_tier_gap_from_smaller_tiers(RRDDIM *rd, int tier, time_t now) {
all_points_read += points;
tmp->query_ops.finalize(&handle);
- internal_error(true, "DBENGINE: backfilled chart '%s', dimension '%s', tier %d, from %ld to %ld, with %zu points from tier %d",
- rd->rrdset->name, rd->name, tier, after_wanted, before_wanted, points, tr);
+ //internal_error(true, "DBENGINE: backfilled chart '%s', dimension '%s', tier %d, from %ld to %ld, with %zu points from tier %d",
+ // rd->rrdset->name, rd->name, tier, after_wanted, before_wanted, points, tr);
}
rrdr_query_completed(all_points_read, all_points_read);