diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-11-19 13:30:36 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-11-19 13:30:36 +0000 |
| commit | ffd4007070f655eb73a7ee35e7d7760d91d061ce (patch) | |
| tree | 64c6e45eb718d940d5c76336b5315a5bb3a4a6c4 /libexec | |
| parent | c4dfae1d3cf364cc1388d1536f87b3cb5bcd1e82 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/pppoed/pppoed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/pppoed/pppoed.c b/libexec/pppoed/pppoed.c index aae546cea6bdf..d1878f795bff6 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); |
