diff options
Diffstat (limited to 'src/connection.cpp')
-rw-r--r-- | src/connection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index ae1e4a1db..a51cc9df4 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -1337,11 +1337,11 @@ void ConnectionSendThread::runTimeouts(float dtime) */ if(peer->isTimedOut(m_timeout)) { - LOG(derr_con<<m_connection->getDesc() + errorstream<<m_connection->getDesc() <<"RunTimeouts(): Peer "<<peer->id <<" has timed out." <<" (source=peer->timeout_counter)" - <<std::endl); + <<std::endl; // Add peer to the list timeouted_peers.push_back(peer->id); // Don't bother going through the buffers of this one |