[email protected] wrote:
> +++ b/src/channel.c
> @@ -1994,27 +1994,6 @@ channel_write(LIBSSH2_CHANNEL *channel, int stream_id,
>          buflen = 32700;
>  
>      if (channel->write_state == libssh2_NB_state_idle) {
> -        _libssh2_debug(session, LIBSSH2_TRACE_CONN,
> -                       "Writing %d bytes on channel %lu/%lu, stream #%d",
> -                       (int) buflen, channel->local.id, channel->remote.id,
> -                       stream_id);

Losing this logging in channel_write() is a bit unfortunate, since
there are multiple code paths leading to the function.


//Peter
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to