X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fsyslog.c;h=beb82456b40649c0b15fc0d5327b73787fc6655c;hp=90a97fb52fff8a27598332f60ac3a2525e945086;hb=ec51ddee94fa2ba1e01fe0e336ccc9c190a198ff;hpb=358bf39b09f69220fc8e1b6c2fe98e5e185e3364 diff --git a/src/syslog.c b/src/syslog.c index 90a97fb5..beb82456 100644 --- a/src/syslog.c +++ b/src/syslog.c @@ -38,7 +38,7 @@ static int log_level = LOG_DEBUG; #else static int log_level = LOG_INFO; #endif /* COLLECT_DEBUG */ -static int notif_severity = 0; +static int notif_severity; static const char *config_keys[] = { "LogLevel", "NotifyLevel",