diff options
-rw-r--r-- | common-channel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common-channel.c b/common-channel.c index bb7928c..f03039a 100644 --- a/common-channel.c +++ b/common-channel.c @@ -964,7 +964,8 @@ void recv_msg_channel_open_confirmation() { channel->transwindow = buf_getint(ses.payload); channel->transmaxpacket = buf_getint(ses.payload); - TRACE(("new chan remote %d localho %d", channel->remotechan, chan)) + TRACE(("new chan remote %d local %d", + channel->remotechan, channel->index)) /* Run the inithandler callback */ if (channel->type->inithandler) { |