diff options
author | 2000-12-27 14:19:21 +0000 | |
---|---|---|
committer | 2000-12-27 14:19:21 +0000 | |
commit | f65be5feb8268bd39e6aa501398a5feda82b1e38 (patch) | |
tree | 9657fa2cfe0cd41d2f95b23eb077f1a563f7639f /usr.bin/ssh/serverloop.c | |
parent | undo (diff) | |
download | wireguard-openbsd-f65be5feb8268bd39e6aa501398a5feda82b1e38.tar.xz wireguard-openbsd-f65be5feb8268bd39e6aa501398a5feda82b1e38.zip |
less chatty
Diffstat (limited to 'usr.bin/ssh/serverloop.c')
-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); |