From 79f132efd2504a52d30d5d885581e3ee4ee26790 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 3 May 2010 09:23:55 +0200 Subject: [PATCH] rrdtool plugin: Degrade a less than helpful warning to a debug message. --- src/rrdtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0