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 57e7f1f73..5fb0ed020 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.38 2000/12/19 23:17:58 markus Exp $"); 38RCSID("$OpenBSD: serverloop.c,v 1.39 2000/12/27 14:19:21 markus Exp $");
39 39
40#include "xmalloc.h" 40#include "xmalloc.h"
41#include "ssh.h" 41#include "ssh.h"
@@ -250,7 +250,7 @@ retry_select:
250 tvp = &tv; 250 tvp = &tv;
251 } 251 }
252 if (tvp!=NULL) 252 if (tvp!=NULL)
253 debug("tvp!=NULL kid %d mili %d", child_terminated, max_time_milliseconds); 253 debug2("tvp!=NULL kid %d mili %d", child_terminated, max_time_milliseconds);
254 254
255 /* Wait for something to happen, or the timeout to expire. */ 255 /* Wait for something to happen, or the timeout to expire. */
256 ret = select(max_fd + 1, readset, writeset, NULL, tvp); 256 ret = select(max_fd + 1, readset, writeset, NULL, tvp);