diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-10 08:06:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-10 08:06:56 +0000 |
commit | de81fe773f9f41a5f3b47ce63ea5197aed965c43 (patch) | |
tree | 85a37e2b509eac6ea0a6bb3a1030b1444a3f9027 /libexec/rpc.rstatd | |
parent | 1312340e81adc02ff3f652aacc20b2df4ceacf84 (diff) |
do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling
Diffstat (limited to 'libexec/rpc.rstatd')
-rw-r--r-- | libexec/rpc.rstatd/rstat_proc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rpc.rstatd/rstat_proc.c b/libexec/rpc.rstatd/rstat_proc.c index 5c9be8167fd..68e3decd6e6 100644 --- a/libexec/rpc.rstatd/rstat_proc.c +++ b/libexec/rpc.rstatd/rstat_proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rstat_proc.c,v 1.9 1997/08/05 23:48:14 angelos Exp $ */ +/* $OpenBSD: rstat_proc.c,v 1.10 1998/07/10 08:06:10 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -31,7 +31,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)rpc.rstatd.c 1.1 86/09/25 Copyr 1984 Sun Micro";*/ /*static char sccsid[] = "from: @(#)rstat_proc.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char rcsid[] = "$OpenBSD: rstat_proc.c,v 1.9 1997/08/05 23:48:14 angelos Exp $"; +static char rcsid[] = "$OpenBSD: rstat_proc.c,v 1.10 1998/07/10 08:06:10 deraadt Exp $"; #endif /* @@ -269,7 +269,7 @@ updatestat() #ifdef DEBUG - syslog(LOG_DEBUG, "%d %d %d %d\n", stats_all.s1.cp_time[0], + syslog(LOG_DEBUG, "%d %d %d %d", stats_all.s1.cp_time[0], stats_all.s1.cp_time[1], stats_all.s1.cp_time[2], stats_all.s1.cp_time[3]); #endif |