summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/clientloop.c
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-05-02 22:25:04 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-05-02 22:25:04 +0000
commit3a00804b04dfc86df224e97166761a637a1579fe (patch)
treedcee0c36657ab86302c86fa8d99970eca45fd02e /usr.bin/ssh/clientloop.c
parenta6c68cea78a64195f2f8e29c2d4f6227293a9e96 (diff)
typo, rm verbose debug
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r--usr.bin/ssh/clientloop.c4
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) {