From: Megaf Date: Tue, 10 Jun 2014 18:11:06 +0000 (-0300) Subject: Changed Time Out message from ERROR to INFO. X-Git-Tag: 0.4.10~88 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d7986da58c58b5ba0148c7b1fc62a01e272c3401;p=oweals%2Fminetest.git Changed Time Out message from ERROR to INFO. Changed Time Out message from ERROR to INFO. --- 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)"