summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.cpp b/src/connection.cpp
index 341333db9..ef6d80394 100644
--- a/src/connection.cpp
+++ b/src/connection.cpp
@@ -1372,7 +1372,7 @@ void ConnectionSendThread::runTimeouts(float dtime)
*/
if(peer->isTimedOut(m_timeout))
{
- errorstream<<m_connection->getDesc()
+ infostream<<m_connection->getDesc()
<<"RunTimeouts(): Peer "<<peer->id
<<" has timed out."
<<" (source=peer->timeout_counter)"