Changed Time Out message from ERROR to INFO.

Changed Time Out message from ERROR to INFO.
This commit is contained in:
Megaf 2014-06-10 15:11:06 -03:00
parent 9675d9e9cb
commit 3039a42550
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)"