X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrdtool.c;h=4655b96ee77c79a74dca16f9f412bd2df55d3cd7;hb=6c6314c7ccca4dae0b9233061dbdf36040dadffe;hp=01fca30aad69751bf9a75c6aa39af2ffa568f335;hpb=07be522384e753b7921213a0dc96a50336c79a66;p=collectd.git diff --git a/src/rrdtool.c b/src/rrdtool.c index 01fca30a..4655b96e 100644 --- a/src/rrdtool.c +++ b/src/rrdtool.c @@ -679,7 +679,7 @@ static int rrd_cache_insert (const char *filename, if (rc->last_value >= value_time) { pthread_mutex_unlock (&cache_lock); - WARNING ("rrdtool plugin: (rc->last_value = %u) >= (value_time = %u)", + DEBUG ("rrdtool plugin: (rc->last_value = %u) >= (value_time = %u)", (unsigned int) rc->last_value, (unsigned int) value_time); return (-1);