X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsyslog.c;h=e8c4be561440a377821d4e78c5974ca137f65283;hb=a07f44c9cd5828a84545dcfe22544bfed2ea8812;hp=a600f30eca4fe17e883205428fd221df6fcddf13;hpb=7045c4b543304ffabaa30a2ca9183489e75eafe3;p=collectd.git diff --git a/src/syslog.c b/src/syslog.c index a600f30e..e8c4be56 100644 --- a/src/syslog.c +++ b/src/syslog.c @@ -56,6 +56,7 @@ static int sl_config(const char *key, const char *value) { } else if (strcasecmp(key, "NotifyLevel") == 0) { notif_severity = parse_notif_severity(value); if (notif_severity < 0) + ERROR("syslog: invalid notification severity [%s]", value); return 1; }