rrdtool plugin: Degrade a less than helpful warning to a debug message.
authorFlorian Forster <octo@huhu.verplant.org>
Mon, 3 May 2010 07:23:55 +0000 (09:23 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 3 May 2010 07:24:46 +0000 (09:24 +0200)
src/rrdtool.c

index 01fca30..4655b96 100644 (file)
@@ -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);