summaryrefslogtreecommitdiffstats
path: root/exporting/process_data.c
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2022-03-15 11:50:24 +0100
committerGitHub <noreply@github.com>2022-03-15 11:50:24 +0100
commit52456f5baf6e677c7e2cf5fcb863c59076e01093 (patch)
tree805f2eda7173a8128d191ba34232716ec9566d19 /exporting/process_data.c
parent908d369195205d25b4599be4a7ef89b804b172fc (diff)
Remove backends subsystem (#12146)
Diffstat (limited to 'exporting/process_data.c')
-rw-r--r--exporting/process_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/exporting/process_data.c b/exporting/process_data.c
index 2c0c2d17ce..c77b7ad4a5 100644
--- a/exporting/process_data.c
+++ b/exporting/process_data.c
@@ -109,7 +109,7 @@ calculated_number exporting_calculate_value_from_stored_data(
if (unlikely(before < first_t || after > last_t)) {
// the chart has not been updated in the wanted timeframe
debug(
- D_BACKEND,
+ D_EXPORTING,
"EXPORTING: %s.%s.%s: aligned timeframe %lu to %lu is outside the chart's database range %lu to %lu",
host->hostname,
st->id,
@@ -143,7 +143,7 @@ calculated_number exporting_calculate_value_from_stored_data(
rd->state->query_ops.finalize(&handle);
if (unlikely(!counter)) {
debug(
- D_BACKEND,
+ D_EXPORTING,
"EXPORTING: %s.%s.%s: no values stored in database for range %lu to %lu",
host->hostname,
st->id,