refactor bug fix

This commit is contained in:
Manindra Moharana
2013-08-17 20:54:05 +05:30
parent d640d64070
commit f49066264f
4 changed files with 18 additions and 13 deletions

View File

@@ -43,7 +43,7 @@ public class ExperimentalMode extends JavaMode {
public static final boolean VERBOSE_LOGGING = true;
//public static final boolean VERBOSE_LOGGING = false;
public static final int LOG_SIZE = 512 * 1024; // max log file size (in bytes)
public static boolean DEBUG = !true;
public static boolean DEBUG = true;
public ExperimentalMode(Base base, File folder) {
super(base, folder);