diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/clientloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index f1aa42ab9c9..5ab1d61c420 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/clientloop.c @@ -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 @@ client_input_channel_open(int type, int plen) 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) { |