From: Perttu Ahola Date: Thu, 2 Jun 2011 17:09:30 +0000 (+0300) Subject: removed a debug print that would flood a lot in some kind of a timeout X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=bf22dba687a349dfdf22f6341b217987b10d05c6;p=zefram%2Fminetest%2Fminetest_engine.git removed a debug print that would flood a lot in some kind of a timeout --- diff --git a/src/server.cpp b/src/server.cpp index 96fcc0d0..2a124649 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -1376,8 +1376,10 @@ void Server::AsyncRunStep() Player *player = m_env.getPlayer(client->peer_id); if(player==NULL) { - dstream<<"WARNING: "<<__FUNCTION_NAME<<": Client "<peer_id - <<" has no associated player"<peer_id + <<" has no associated player"<getPosition(), BS);