=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- src/usr.bin/ssh/clientloop.c 2000/05/02 07:28:40 1.23 +++ src/usr.bin/ssh/clientloop.c 2000/05/02 22:25:03 1.24 @@ -16,7 +16,7 @@ */ #include "includes.h" -RCSID("$Id: clientloop.c,v 1.23 2000/05/02 07:28:40 markus Exp $"); +RCSID("$Id: clientloop.c,v 1.24 2000/05/02 22:25:03 markus Exp $"); #include "xmalloc.h" #include "ssh.h" @@ -971,7 +971,7 @@ rwindow = packet_get_int(); rmaxpack = packet_get_int(); - log("server_input_open: ctype %s rchan %d win %d max %d", + debug("client_input_channel_open: ctype %s rchan %d win %d max %d", ctype, rchan, rwindow, rmaxpack); if (strcmp(ctype, "x11") == 0) {