From a0dd2d89f3a71a9650290a8607d773cc439c7d75 Mon Sep 17 00:00:00 2001 From: sapier Date: Sat, 19 Apr 2014 22:12:01 +0200 Subject: Reduce log level for incoming crap packets Add log entry for peer timeout --- src/connection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/connection.cpp') 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<getDesc() + errorstream<getDesc() <<"RunTimeouts(): Peer "<id <<" has timed out." <<" (source=peer->timeout_counter)" - <id); // Don't bother going through the buffers of this one -- cgit v1.2.3