- markus@cvs.openbsd.org 2002/11/21 23:04:33
     [ssh.c]
     debug->debug2
diff --git a/ChangeLog b/ChangeLog
index e41fef0..4427664 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,9 @@
      [auth-krb5.c auth1.c hostfile.h monitor_wrap.c sftp-client.c sftp-int.c ssh-add.c ssh-rsa.c 
       sshconnect.c]
      KNF
+  - markus@cvs.openbsd.org 2002/11/21 23:04:33
+     [ssh.c]
+     debug->debug2
 
 20021205
  - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org
@@ -855,4 +858,4 @@
      save auth method before monitor_reset_key_state(); bugzilla bug #284;
      ok provos@
 
-$Id: ChangeLog,v 1.2520 2002/12/23 02:06:19 mouring Exp $
+$Id: ChangeLog,v 1.2521 2002/12/23 02:08:57 mouring Exp $
diff --git a/ssh.c b/ssh.c
index 2c589de..ac1c1db 100644
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.186 2002/09/19 01:58:18 djm Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.187 2002/11/21 23:04:33 markus Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/err.h>
@@ -1026,7 +1026,7 @@
 	int interactive = 0;
 	struct termios tio;
 
-	debug("ssh_session2_setup: id %d", id);
+	debug2("ssh_session2_setup: id %d", id);
 
 	if (tty_flag) {
 		struct winsize ws;