summaryrefslogtreecommitdiffstats
path: root/libexec/pppoed/pppoed.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/pppoed/pppoed.c')
-rw-r--r--libexec/pppoed/pppoed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/pppoed/pppoed.c b/libexec/pppoed/pppoed.c
index aae546c..d1878f7 100644
--- a/libexec/pppoed/pppoed.c
+++ b/libexec/pppoed/pppoed.c
@@ -82,7 +82,7 @@ Fairwell(int sig)
buf[16] = '0' + ((sig / 10) % 10);
buf[17] = '0' + (sig % 10);
- syslog(LOG_INFO, buf);
+ syslog(LOG_INFO, "%s", buf);
if (pidfile)
remove(pidfile);
OpenPOWER on IntegriCloud