refactoring

This commit is contained in:
rusefi 2017-03-12 14:11:31 -04:00
parent 655139af65
commit 76dc1e2bf5
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public enum FileLog {
System.out.println("rlog " + msg);
}
public void log(IllegalStateException exception) {
public void log(Throwable exception) {
if (fileLog == null)
throw new NullPointerException("fileLog");
OutputStreamWriter os = new OutputStreamWriter(fileLog);