# HG changeset patch # User Matt Johnston # Date 1115220677 0 # Node ID c44df7123b0a3b4ab2e8042484b013bb27d1250c # Parent 4349ed1b3f389a89e3b5544ceb43ae411a2e9b80 compile fix when TRACE debugging is enabled diff -r 4349ed1b3f38 -r c44df7123b0a common-channel.c --- 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) {