summaryrefslogtreecommitdiff
path: root/serverloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'serverloop.c')
-rw-r--r--serverloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serverloop.c b/serverloop.c
index 1a76b8da8..1e031873c 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -733,7 +733,7 @@ server_input_channel_open(int type, int plen)
733 rwindow = packet_get_int(); 733 rwindow = packet_get_int();
734 rmaxpack = packet_get_int(); 734 rmaxpack = packet_get_int();
735 735
736 log("channel_input_open: ctype %s rchan %d win %d max %d", 736 debug("channel_input_open: ctype %s rchan %d win %d max %d",
737 ctype, rchan, rwindow, rmaxpack); 737 ctype, rchan, rwindow, rmaxpack);
738 738
739 if (strcmp(ctype, "session") == 0) { 739 if (strcmp(ctype, "session") == 0) {