Skip to content

Commit d7986da

Browse files
Megafsapier
authored and
sapier
committedJun 12, 2014
Changed Time Out message from ERROR to INFO.
Changed Time Out message from ERROR to INFO.
1 parent 003634e commit d7986da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/connection.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ void ConnectionSendThread::runTimeouts(float dtime)
13721372
*/
13731373
if(peer->isTimedOut(m_timeout))
13741374
{
1375-
errorstream<<m_connection->getDesc()
1375+
infostream<<m_connection->getDesc()
13761376
<<"RunTimeouts(): Peer "<<peer->id
13771377
<<" has timed out."
13781378
<<" (source=peer->timeout_counter)"

0 commit comments

Comments
 (0)
Please sign in to comment.