mirror of
https://github.com/transmission/transmission
synced 2024-12-24 00:34:04 +00:00
(trunk libT) add a debugging message to r8609 in case we ever have to go back to the bad old days of TR_DEBUG_FD
This commit is contained in:
parent
cc4cd19903
commit
5898c8b276
1 changed files with 1 additions and 0 deletions
|
@ -1742,6 +1742,7 @@ fillOutputBuffer( tr_peermsgs * msgs, time_t now )
|
|||
}
|
||||
else
|
||||
{
|
||||
dbgmsg( msgs, "sending block %u:%u->%u", req.index, req.offset, req.length );
|
||||
EVBUFFER_LENGTH(out) += req.length;
|
||||
assert( EVBUFFER_LENGTH( out ) == msglen );
|
||||
tr_peerIoWriteBuf( io, out, TRUE );
|
||||
|
|
Loading…
Reference in a new issue