summaryrefslogtreecommitdiffstats
path: root/streaming
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-10-26 20:34:48 +0300
committerGitHub <noreply@github.com>2018-10-26 20:34:48 +0300
commitbcdfedbe8215fdf461b61900eba2a9de4be6c0b8 (patch)
treec3597819ec055cb64bc752fe2c81fe1c485305f0 /streaming
parentc6cce6bd2accec27a61243e1ffa38826ac2a4892 (diff)
fixed rpm build; (#4503)
Diffstat (limited to 'streaming')
-rw-r--r--streaming/rrdpush.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/streaming/rrdpush.c b/streaming/rrdpush.c
index febab2b100..1b48ad9a1f 100644
--- a/streaming/rrdpush.c
+++ b/streaming/rrdpush.c
@@ -316,6 +316,8 @@ static int rrdpush_sender_thread_custom_host_variables_callback(void *rrdvar_ptr
static void rrdpush_sender_thread_send_custom_host_variables(RRDHOST *host) {
int ret = rrdvar_callback_for_all_host_variables(host, rrdpush_sender_thread_custom_host_variables_callback, host);
+ (void)ret;
+
debug(D_STREAM, "RRDVAR sent %d VARIABLES", ret);
}