1
0
Fork 0
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:
Charles Kerr 2009-06-04 15:04:34 +00:00
parent cc4cd19903
commit 5898c8b276

View file

@ -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 );