summaryrefslogtreecommitdiffstats
path: root/libexec/pppoed
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-11-19 13:30:36 +0000
committerkris <kris@FreeBSD.org>2000-11-19 13:30:36 +0000
commit3cafbeab6d2974ec74515a738255486d7d38676c (patch)
tree921b60e49cd3d548ba5678d3321eb16a1bf8d939 /libexec/pppoed
parent993abb53dc91a812eaf30811f6f23c48d69b230b (diff)
downloadFreeBSD-src-3cafbeab6d2974ec74515a738255486d7d38676c.zip
FreeBSD-src-3cafbeab6d2974ec74515a738255486d7d38676c.tar.gz
Format string paranoia
Diffstat (limited to 'libexec/pppoed')
-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