summaryrefslogtreecommitdiffstats
path: root/serverloop.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 05:58:23 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 05:58:23 +0000
commitf4c73112d00b970698b42765f925050447acc50a (patch)
tree280744b519996227cf03a2f54484e7a6d62cf9da /serverloop.c
parent086cf214cf70cbb1658a9e966f84e7c12214554c (diff)
- markus@cvs.openbsd.org 2001/02/23 15:34:53
[serverloop.c] debug2->3
Diffstat (limited to 'serverloop.c')
-rw-r--r--serverloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/serverloop.c b/serverloop.c
index fed943ff..651d3feb 100644
--- a/serverloop.c
+++ b/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);