projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84e796d
)
correct typo in error message
author
Marc Fournier
<marc.fournier@camptocamp.com>
Tue, 24 Jun 2014 15:48:26 +0000
(17:48 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 3 Nov 2014 12:42:06 +0000
(13:42 +0100)
src/syslog.c
patch
|
blob
|
history
diff --git
a/src/syslog.c
b/src/syslog.c
index
1a70fd0
..
834ba79
100644
(file)
--- a/
src/syslog.c
+++ b/
src/syslog.c
@@
-50,7
+50,7
@@
static int sl_config (const char *key, const char *value)
if (log_level < 0)
{
log_level = LOG_INFO;
- ERROR ("syslog: invalid loglevel [%s] defauling to 'info'", value);
+ ERROR ("syslog: invalid loglevel [%s] defaul
t
ing to 'info'", value);
return (1);
}
}