summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 84e796d)
raw | patch | inline | side by side (parent: 84e796d)
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 1a70fd00e2ccde849b8492cc1ba27828939afe65..834ba79ce8395446f365d8079b0217e97fa3e4b5 100644 (file)
--- a/src/syslog.c
+++ b/src/syslog.c
if (log_level < 0)
{
log_level = LOG_INFO;
- ERROR ("syslog: invalid loglevel [%s] defauling to 'info'", value);
+ ERROR ("syslog: invalid loglevel [%s] defaulting to 'info'", value);
return (1);
}
}