Let DEBUG_LEVEL default to 10000.

This commit is contained in:
asofold 2015-01-05 03:08:50 +01:00
parent 473cb518de
commit c86887d3c6
1 changed files with 1 additions and 1 deletions

View File

@ -99,6 +99,6 @@ public class BuildParameters {
* <li>Consequently minor levels are between major levels to distinguish minor differences like flags</li>
*
*/
public static final int debugLevel = getInteger("DEBUG_LEVEL", 0);
public static final int debugLevel = getInteger("DEBUG_LEVEL", 10000);
}