changeset 187:c44df7123b0a

compile fix when TRACE debugging is enabled
author Matt Johnston <matt@ucc.asn.au>
date Wed, 04 May 2005 15:31:17 +0000
parents 4349ed1b3f38
children c9483550701b
files common-channel.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common-channel.c	Wed May 04 15:22:40 2005 +0000
+++ b/common-channel.c	Wed May 04 15:31:17 2005 +0000
@@ -964,7 +964,8 @@
 	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) {