diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-05-02 22:25:04 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-05-02 22:25:04 +0000 |
commit | 3a00804b04dfc86df224e97166761a637a1579fe (patch) | |
tree | dcee0c36657ab86302c86fa8d99970eca45fd02e /usr.bin/ssh/clientloop.c | |
parent | a6c68cea78a64195f2f8e29c2d4f6227293a9e96 (diff) |
typo, rm verbose debug
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-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) { |