diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-12-27 14:19:22 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-12-27 14:19:22 +0000 |
commit | 4902d2087e5a57a1816612c38bf440282de9c0cf (patch) | |
tree | 6a7dc84955c053d27dcc6d5f58edfc30f5b0c978 /usr.bin | |
parent | c4f9507c9ae05be315a12c2720053cecf86b6b9d (diff) |
less chatty
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/serverloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/serverloop.c b/usr.bin/ssh/serverloop.c index 9ff5777f405..7d7c0b95b38 100644 --- a/usr.bin/ssh/serverloop.c +++ b/usr.bin/ssh/serverloop.c @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: serverloop.c,v 1.38 2000/12/19 23:17:58 markus Exp $"); +RCSID("$OpenBSD: serverloop.c,v 1.39 2000/12/27 14:19:21 markus Exp $"); #include "xmalloc.h" #include "ssh.h" @@ -250,7 +250,7 @@ retry_select: tvp = &tv; } if (tvp!=NULL) - debug("tvp!=NULL kid %d mili %d", child_terminated, max_time_milliseconds); + debug2("tvp!=NULL kid %d mili %d", child_terminated, max_time_milliseconds); /* Wait for something to happen, or the timeout to expire. */ ret = select(max_fd + 1, readset, writeset, NULL, tvp); |