=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/ssh/clientloop.c 2000/04/04 17:29:46 1.17 +++ src/usr.bin/ssh/clientloop.c 2000/04/12 06:37:02 1.18 @@ -16,7 +16,7 @@ */ #include "includes.h" -RCSID("$Id: clientloop.c,v 1.17 2000/04/04 17:29:46 markus Exp $"); +RCSID("$Id: clientloop.c,v 1.18 2000/04/12 06:37:02 markus Exp $"); #include "xmalloc.h" #include "ssh.h" @@ -1013,7 +1013,7 @@ rtype = packet_get_string(&len); reply = packet_get_char(); - log("session_input_channel_req: rtype %s reply %d", rtype, reply); + debug("session_input_channel_req: rtype %s reply %d", rtype, reply); c = channel_lookup(id); if (c == NULL)