From 298a5717bc479f13276982858e84172c3c29146a Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Wed, 4 May 2005 15:31:17 +0000
Subject: [PATCH] compile fix when TRACE debugging is enabled

--HG--
extra : convert_revision : 7844ac7e5a24b88231de2af7520c49e56820a87c
---
 common-channel.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/common-channel.c b/common-channel.c
index bb7928ce..f03039a1 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) {
-- 
GitLab