From: Perttu Ahola Date: Tue, 29 Nov 2011 19:05:36 +0000 (+0200) Subject: Print debug stacks to infostream rather than errorstream when placing CONTENT_IGNORE X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=cd030639a45fd58015256b125e5a646fb378683b;p=zefram%2Fminetest%2Fminetest_engine.git Print debug stacks to infostream rather than errorstream when placing CONTENT_IGNORE --- diff --git a/src/map.cpp b/src/map.cpp index 0f50a1ef..8bdc2ad4 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -214,7 +214,7 @@ void Map::setNode(v3s16 p, MapNode & n) <<" while trying to replace \"" <ndef()->get(block->getNodeNoCheck(relpos)).name <<"\" at "<setNodeNoCheck(relpos, n);