From: Luke Heberling Date: Thu, 13 Dec 2007 07:01:16 +0000 (+0100) Subject: logfile plugin: fix the `Timestamp' configuration option. X-Git-Tag: collectd-4.2.2~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bee56140f39a62b454ea0eab0c0f9af48aa29e63;p=collectd.git logfile plugin: fix the `Timestamp' configuration option. --- diff --git a/src/logfile.c b/src/logfile.c index 03c2f923..789cb951 100644 --- a/src/logfile.c +++ b/src/logfile.c @@ -70,7 +70,7 @@ static int logfile_config (const char *key, const char *value) 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))