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-Tag: 0.2.20110731_3~145 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bf22dba687a349dfdf22f6341b217987b10d05c6;p=oweals%2Fminetest.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 96fcc0d07..2a1246496 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);