forked from Mirrorlandia_minetest/minetest
Changed Time Out message from ERROR to INFO.
Changed Time Out message from ERROR to INFO.
This commit is contained in:
parent
003634e049
commit
d7986da58c
@ -1372,7 +1372,7 @@ void ConnectionSendThread::runTimeouts(float dtime)
|
|||||||
*/
|
*/
|
||||||
if(peer->isTimedOut(m_timeout))
|
if(peer->isTimedOut(m_timeout))
|
||||||
{
|
{
|
||||||
errorstream<<m_connection->getDesc()
|
infostream<<m_connection->getDesc()
|
||||||
<<"RunTimeouts(): Peer "<<peer->id
|
<<"RunTimeouts(): Peer "<<peer->id
|
||||||
<<" has timed out."
|
<<" has timed out."
|
||||||
<<" (source=peer->timeout_counter)"
|
<<" (source=peer->timeout_counter)"
|
||||||
|
Loading…
Reference in New Issue
Block a user