diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-02-23 15:34:54 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-02-23 15:34:54 +0000 |
commit | a6ad70a073877c2f66f9fae373ee9201e9d7849a (patch) | |
tree | c22c86a7621d8713d05eed1968af380bc9e05c77 | |
parent | 3ac4cd31333ac50b260a50a4dba3159c166f3842 (diff) |
debug2->3
-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 4ceee02d1ad..a89627bd570 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.50 2001/02/19 09:53:32 markus Exp $"); +RCSID("$OpenBSD: serverloop.c,v 1.51 2001/02/23 15:34:53 markus Exp $"); #include "xmalloc.h" #include "packet.h" @@ -245,7 +245,7 @@ retry_select: tvp = &tv; } if (tvp!=NULL) - debug2("tvp!=NULL kid %d mili %d", child_terminated, max_time_milliseconds); + debug3("tvp!=NULL kid %d mili %d", child_terminated, max_time_milliseconds); /* Wait for something to happen, or the timeout to expire. */ ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp); |