projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21d3ac6
)
logfile plugin: fix the `Timestamp' configuration option.
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
03c2f92
..
789cb95
100644
(file)
--- 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))