- markus@cvs.openbsd.org 2001/02/23 15:34:53
     [serverloop.c]
     debug2->3
diff --git a/ChangeLog b/ChangeLog
index 55671c4..d49ba05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,9 @@
    - markus@cvs.openbsd.org 2001/02/22 21:59:44
      [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
      use pwcopy in ssh.c, too
+   - markus@cvs.openbsd.org 2001/02/23 15:34:53
+     [serverloop.c]
+     debug2->3
 
 20010304
  - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
@@ -4226,4 +4229,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.862 2001/03/05 05:56:40 mouring Exp $
+$Id: ChangeLog,v 1.863 2001/03/05 05:58:23 mouring Exp $
diff --git a/serverloop.c b/serverloop.c
index fed943f..651d3fe 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 @@
 		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);