summaryrefslogtreecommitdiff
path: root/serverloop.c
diff options
context:
space:
mode:
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 fed943ffb..651d3feb5 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -35,7 +35,7 @@
35 */ 35 */
36 36
37#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: serverloop.c,v 1.50 2001/02/19 09:53:32 markus Exp $"); 38RCSID("$OpenBSD: serverloop.c,v 1.51 2001/02/23 15:34:53 markus Exp $");
39 39
40#include "xmalloc.h" 40#include "xmalloc.h"
41#include "packet.h" 41#include "packet.h"
@@ -245,7 +245,7 @@ retry_select:
245 tvp = &tv; 245 tvp = &tv;
246 } 246 }
247 if (tvp!=NULL) 247 if (tvp!=NULL)
248 debug2("tvp!=NULL kid %d mili %d", child_terminated, max_time_milliseconds); 248 debug3("tvp!=NULL kid %d mili %d", child_terminated, max_time_milliseconds);
249 249
250 /* Wait for something to happen, or the timeout to expire. */ 250 /* Wait for something to happen, or the timeout to expire. */
251 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp); 251 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp);