mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
(trunk libT) fix oops: accidentally committed an fprintf() debug message. hi, titer.
This commit is contained in:
parent
6cb8b015de
commit
3739f5c72c
1 changed files with 0 additions and 1 deletions
|
@ -2292,7 +2292,6 @@ reconnectPulse( void * vtorrent )
|
||||||
else
|
else
|
||||||
++atom->numFails;
|
++atom->numFails;
|
||||||
|
|
||||||
fprintf( stderr, "removing bad peer %s\n", tr_peerIoGetAddrStr( peer->io ) );
|
|
||||||
tordbg( t, "removing bad peer %s", tr_peerIoGetAddrStr( peer->io ) );
|
tordbg( t, "removing bad peer %s", tr_peerIoGetAddrStr( peer->io ) );
|
||||||
removePeer( t, peer );
|
removePeer( t, peer );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue