projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f2f3a6
)
rrdtool plugin: Degrade a less than helpful warning to a debug message.
author
Florian Forster
<octo@huhu.verplant.org>
Mon, 3 May 2010 07:23:55 +0000
(09:23 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Mon, 3 May 2010 07:24:46 +0000
(09:24 +0200)
src/rrdtool.c
patch
|
blob
|
history
diff --git
a/src/rrdtool.c
b/src/rrdtool.c
index
01fca30
..
4655b96
100644
(file)
--- 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);
-
WARNIN
G ("rrdtool plugin: (rc->last_value = %u) >= (value_time = %u)",
+
DEBU
G ("rrdtool plugin: (rc->last_value = %u) >= (value_time = %u)",
(unsigned int) rc->last_value,
(unsigned int) value_time);
return (-1);