Skip to content

Commit

Permalink
Changed Time Out message from ERROR to INFO.
Browse files Browse the repository at this point in the history
Changed Time Out message from ERROR to INFO.
  • Loading branch information
Megaf authored and sapier committed Jun 12, 2014
1 parent 003634e commit d7986da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection.cpp
Expand Up @@ -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)"
Expand Down

0 comments on commit d7986da

Please sign in to comment.