mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-21 06:12:56 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user