X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fsyslog.c;h=beb82456b40649c0b15fc0d5327b73787fc6655c;hp=90a97fb52fff8a27598332f60ac3a2525e945086;hb=06a86a60a7dabc685bdbd81ce3d36ea5f7e2c2d4;hpb=1b10ab706f8b70ce2f086e59a54cc09d671ad989 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",