silence output by default in release mode for things we can't do much about on a live server... TODO: @cekis can we find a nice way of silencing or outputting java stack dumps into a file instead of the console?

This commit is contained in:
DarthArgus
2016-12-09 21:02:00 +00:00
parent bf396ac2a2
commit 802af495dc
12 changed files with 64 additions and 46 deletions
@@ -71,7 +71,7 @@ Floor * FloorManager::createFloor ( const char * floorMeshFilename, Object const
if(!pMesh)
{
WARNING(true, ("Could not find floor mesh %s", floorMeshFilename));
DEBUG_WARNING(true, ("Could not find floor mesh %s", floorMeshFilename));
return nullptr;
}