projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
003634e
)
Changed Time Out message from ERROR to INFO.
author
Megaf
<mmegaf@gmail.com>
Tue, 10 Jun 2014 18:11:06 +0000
(15:11 -0300)
committer
sapier
<Sapier at GMX dot net>
Thu, 12 Jun 2014 21:18:26 +0000
(23:18 +0200)
Changed Time Out message from ERROR to INFO.
src/connection.cpp
patch
|
blob
|
history
diff --git
a/src/connection.cpp
b/src/connection.cpp
index 341333db9c1ac5a74ca7c2de9de6617f249c7134..ef6d80394e1108f4ab38eda01e1dac6b6bf46ab5 100644
(file)
--- a/
src/connection.cpp
+++ b/
src/connection.cpp
@@
-1372,7
+1372,7
@@
void ConnectionSendThread::runTimeouts(float dtime)
*/
if(peer->isTimedOut(m_timeout))
{
-
error
stream<<m_connection->getDesc()
+
info
stream<<m_connection->getDesc()
<<"RunTimeouts(): Peer "<<peer->id
<<" has timed out."
<<" (source=peer->timeout_counter)"