• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/

Lines Matching refs:tordbg

237 #define tordbg( t, ... ) \
675 tordbg( t, "marking peer %s as a seed", tr_atomAddrStr( atom ) );
1543 tordbg( t, "increasing peer %s strike count to %d",
1551 tordbg( t, "banning peer %s", tr_atomAddrStr( atom ) );
1710 tordbg( t, "Peer %s sent an out-of-range reject message",
1787 tordbg( t, "we have this block already..." );
1800 tordbg( t, "[LAZY] checked just-completed piece %zu", (size_t)p );
1861 tordbg( t, "setting %s doPurge flag because we got an ERANGE, EMSGSIZE, or ENOTCONN error",
1866 tordbg( t, "unhandled error: %s", tr_strerror( e->err ) );
1924 tordbg( t, "got a new atom: %s", tr_atomAddrStr( a ) );
2002 tordbg( t, "marking peer %s as unreachable... numFails is %d", tr_atomAddrStr( atom ), (int)atom->numFails );
2031 tordbg( t, "banned peer %s tried to reconnect",
2249 tordbg( t, "peer %s contributed to corrupt piece (%d); now has %d strikes",
2912 tordbg( t, "cancel rate is %.3f -- reducing the "
2926 tordbg( t, "time since last cancel is %li -- increasing the "
3224 tordbg( t, "purging peer %s because its doPurge flag is set",
3248 tordbg( t, "purging peer %s because it's been %d secs since we shared anything",
3347 tordbg( t, "resetting atom %s numFails to 0", tr_atomAddrStr(atom) );
3351 tordbg( t, "incremented atom %s numFails to %d", tr_atomAddrStr(atom), (int)atom->numFails );
3354 tordbg( t, "removing bad peer %s", tr_peerIoGetAddrStr( peer->io ) );
3746 tordbg( t, "max atom count is %d... pruned from %d to %d\n", maxAtomCount, atomCount, keepCount );
4049 tordbg( t, "Starting an OUTGOING%s connection with %s",
4063 tordbg( t, "peerIo not created; marking peer %s as unreachable",