mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +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
|
||||
++atom->numFails;
|
||||
|
||||
fprintf( stderr, "removing bad peer %s\n", tr_peerIoGetAddrStr( peer->io ) );
|
||||
tordbg( t, "removing bad peer %s", tr_peerIoGetAddrStr( peer->io ) );
|
||||
removePeer( t, peer );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue