Changed Time Out message from ERROR to INFO.
authorMegaf <mmegaf@gmail.com>
Tue, 10 Jun 2014 18:11:06 +0000 (15:11 -0300)
committersapier <Sapier at GMX dot net>
Thu, 12 Jun 2014 21:18:26 +0000 (23:18 +0200)
Changed Time Out message from ERROR to INFO.

src/connection.cpp

index 341333db9c1ac5a74ca7c2de9de6617f249c7134..ef6d80394e1108f4ab38eda01e1dac6b6bf46ab5 100644 (file)
@@ -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)"