From 3039a42550e61fabb526ec6134bc647cc1fb33c2 Mon Sep 17 00:00:00 2001 From: Megaf Date: Tue, 10 Jun 2014 15:11:06 -0300 Subject: [PATCH] Changed Time Out message from ERROR to INFO. Changed Time Out message from ERROR to INFO. --- src/connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<getDesc() + infostream<getDesc() <<"RunTimeouts(): Peer "<id <<" has timed out." <<" (source=peer->timeout_counter)"