summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a2463af)
raw | patch | inline | side by side (parent: a2463af)
author | Florian Forster <octo@huhu.verplant.org> | |
Wed, 27 May 2009 09:42:47 +0000 (11:42 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 27 May 2009 09:42:47 +0000 (11:42 +0200) |
... and not a `WARNING' - this may happen under perfectly fine conditions.
(I. e. file exists but isn't updated anymore.)
(I. e. file exists but isn't updated anymore.)
src/rrdtool.c | patch | blob | history |
diff --git a/src/rrdtool.c b/src/rrdtool.c
index a205ef2ce2ff0465360df9a00d99fa9a0b5e0abc..ef1b25cd42e17432affd93ec2c199f881f116394 100644 (file)
--- a/src/rrdtool.c
+++ b/src/rrdtool.c
status = c_avl_get (cache, key, (void *) &rc);
if (status != 0)
{
- WARNING ("rrdtool plugin: rrd_cache_flush_identifier: "
+ INFO ("rrdtool plugin: rrd_cache_flush_identifier: "
"c_avl_get (%s) failed. Does that file really exist?",
key);
return (status);