summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d10cc0a)
raw | patch | inline | side by side (parent: d10cc0a)
author | Florian Forster <ff@octo.it> | |
Fri, 18 Jun 2010 20:59:41 +0000 (22:59 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 18 Jun 2010 20:59:41 +0000 (22:59 +0200) |
src/action_graph.c | patch | blob | history |
diff --git a/src/action_graph.c b/src/action_graph.c
index 2f6e16b914eb333cb6034a065ed91efa5936de2f..0bb58563e0a9094d6acd2315527217319edd4ba3 100644 (file)
--- a/src/action_graph.c
+++ b/src/action_graph.c
status = time_to_rfc1123 (data->mtime, time_buffer, sizeof (time_buffer));
if (status == 0)
- {
printf ("Last-Modified: %s\n", time_buffer);
- printf ("X-Last-Modified: %s\n", time_buffer);
- fprintf (stderr, "Last-Modified: %s (%li)\n", time_buffer, (long) data->mtime);
- }
}
/* Print Expires header. */