From d7986da58c58b5ba0148c7b1fc62a01e272c3401 Mon Sep 17 00:00:00 2001 From: Megaf Date: Tue, 10 Jun 2014 15:11:06 -0300 Subject: 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)" -- cgit v1.2.3