code style
This commit is contained in:
parent
3c3610d9cc
commit
7c2b6238fe
1 changed files with 14 additions and 14 deletions
|
@ -2960,7 +2960,7 @@ public class GUI extends Observable {
|
||||||
System.err.println("Failed to open " + logConfigFile);
|
System.err.println("Failed to open " + logConfigFile);
|
||||||
System.exit(1);
|
System.exit(1);
|
||||||
}
|
}
|
||||||
} else if ((new File(LOG_CONFIG_FILE)).exists()) {
|
} else if (new File(LOG_CONFIG_FILE).exists()) {
|
||||||
DOMConfigurator.configure(LOG_CONFIG_FILE);
|
DOMConfigurator.configure(LOG_CONFIG_FILE);
|
||||||
} else {
|
} else {
|
||||||
// Used when starting from jar
|
// Used when starting from jar
|
||||||
|
|
Loading…
Add table
Reference in a new issue