summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dd5df5b)
raw | patch | inline | side by side (parent: dd5df5b)
author | Florian Forster <octo@verplant.org> | |
Tue, 7 Sep 2010 21:15:18 +0000 (23:15 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Tue, 7 Sep 2010 21:15:18 +0000 (23:15 +0200) |
src/graph_list.c | patch | blob | history |
diff --git a/src/graph_list.c b/src/graph_list.c
index a0f0f29850932ecf4b51484b32591ed904455626..ecd873bae4824e90258821865e7ff12e3dc0c9e6 100644 (file)
--- a/src/graph_list.c
+++ b/src/graph_list.c
if (status == 0)
{
if (statbuf.st_mtime >= gl_last_update)
- {
- fprintf (stderr, "gl_update_cache: Not writing to cache because it's "
- "at least as new as our internal data\n");
+ /* Not writing to cache because it's at least as new as our internal data */
return (0);
- }
}
else
{