diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-05 02:41:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-05 02:41:36 +0000 |
commit | f2f34adca78d50a267ff3043116f20c1b9b0e518 (patch) | |
tree | c02cbe24e75f1c21a71b5b61f235c4a61f9e2238 | |
parent | 8ffb7c6194994041f5ad23724d382ea4ff3a21fb (diff) |
delete bogus debug msg
-rw-r--r-- | usr.sbin/rwhod/rwhod.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rwhod/rwhod.c b/usr.sbin/rwhod/rwhod.c index e61cb0d5af5..e470ed44fb6 100644 --- a/usr.sbin/rwhod/rwhod.c +++ b/usr.sbin/rwhod/rwhod.c @@ -39,7 +39,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "@(#)rwhod.c 8.1 (Berkeley) 6/6/93";*/ -static char rcsid[] = "$OpenBSD: rwhod.c,v 1.25 2002/09/06 19:46:52 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: rwhod.c,v 1.26 2003/03/05 02:41:35 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -420,7 +420,6 @@ timer(void) for (i = 0; i < 3; i++) mywd.wd_loadav[i] = htonl((u_long)(avenrun[i] * 100)); cc = (char *)we - (char *)&mywd; -printf("sending cc = %d\n", cc); mywd.wd_sendtime = htonl(time(0)); mywd.wd_vers = WHODVERSION; mywd.wd_type = WHODTYPE_STATUS; |