summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 21d3ac6)
raw | patch | inline | side by side (parent: 21d3ac6)
author | Luke Heberling <collectd@c-ware.com> | |
Thu, 13 Dec 2007 07:01:16 +0000 (08:01 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Thu, 13 Dec 2007 07:01:16 +0000 (08:01 +0100) |
src/logfile.c | patch | blob | history |
diff --git a/src/logfile.c b/src/logfile.c
index 03c2f9233c0d4ac9b5e23a4f157bf2214e464555..789cb951cab6fdb8992a1ba0139d150dd2e6cd9e 100644 (file)
--- a/src/logfile.c
+++ b/src/logfile.c
sfree (log_file);
log_file = strdup (value);
}
- else if (0 == strcasecmp (key, "File")) {
+ else if (0 == strcasecmp (key, "Timestamp")) {
if ((strcasecmp (value, "false") == 0)
|| (strcasecmp (value, "no") == 0)
|| (strcasecmp (value, "off") == 0))