summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-09-21 11:03:52 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-09-21 11:03:52 +0000
commitdbcd374fbb20f604a031fa6692c671044f479016 (patch)
treece2946110c4a4706e1a65c54d8818110d1a60c13 /usr.bin/ssh
parent0a49fab055595a290c3887a2f24f52f30546cf21 (diff)
typo
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/serverloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/serverloop.c b/usr.bin/ssh/serverloop.c
index ed2886a9783..9acbe19bc5a 100644
--- a/usr.bin/ssh/serverloop.c
+++ b/usr.bin/ssh/serverloop.c
@@ -764,7 +764,7 @@ server_input_channel_open(int type, int plen)
rwindow = packet_get_int();
rmaxpack = packet_get_int();
- debug("channel_input_open: ctype %s rchan %d win %d max %d",
+ debug("server_input_channel_open: ctype %s rchan %d win %d max %d",
ctype, rchan, rwindow, rmaxpack);
if (strcmp(ctype, "session") == 0) {