From bee56140f39a62b454ea0eab0c0f9af48aa29e63 Mon Sep 17 00:00:00 2001 From: Luke Heberling Date: Thu, 13 Dec 2007 08:01:16 +0100 Subject: [PATCH] logfile plugin: fix the `Timestamp' configuration option. --- src/logfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.11.0