From eee0731b3689bdcee2d011493bb2efc43a9773ef Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 4 Mar 2016 23:15:47 +0100 Subject: [PATCH] syslog plugin: constify --- src/syslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syslog.c b/src/syslog.c index 3f73178f..849f7d1b 100644 --- a/src/syslog.c +++ b/src/syslog.c @@ -90,7 +90,7 @@ static int sl_notification (const notification_t *n, char buf[1024] = ""; size_t offset = 0; int log_severity; - char *severity_string; + const char *severity_string; int status; if (n->severity > notif_severity) -- 2.11.0