From dbcd374fbb20f604a031fa6692c671044f479016 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Thu, 21 Sep 2000 11:03:52 +0000 Subject: typo --- usr.bin/ssh/serverloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/ssh') 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) { -- cgit v1.2.3