X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsyslog.c;h=849f7d1b1331a04daec6de6d6888c6234044912d;hb=db35efb33e81d0a013e09a8a6ffa362ad5962f7c;hp=3f73178fa5e09283dec5efee71f57a3d941b0735;hpb=0003c4d3c184f0f437499d6073cd023dc7b659c2;p=collectd.git 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)