diff options
Diffstat (limited to 'common-channel.c')
-rw-r--r-- | common-channel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common-channel.c b/common-channel.c index 9eaba50..5f22d44 100644 --- a/common-channel.c +++ b/common-channel.c @@ -653,6 +653,8 @@ static void send_msg_channel_data(struct Channel *channel, int isextended) { len, errno, fd)) return; } + + TRACE(("send_msg_channel_data: len %d fd %d", len, fd)) buf_incrwritepos(ses.writepayload, len); /* ... real size here */ buf_setpos(ses.writepayload, size_pos); |