Changed Time Out message from ERROR to INFO.

Changed Time Out message from ERROR to INFO.
master
Megaf 2014-06-10 15:11:06 -03:00 committed by sapier
parent 003634e049
commit d7986da58c
1 changed files with 1 additions and 1 deletions

View 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)"