Closedown
This commit is contained in:
@@ -223,9 +223,9 @@ public class TestingList extends Panel {
|
||||
fh.setFormatter(formatter);
|
||||
logger.log(Level.INFO, "New testing session");
|
||||
} catch (SecurityException e) {
|
||||
SwingUtils.showMessage(this, "initLogger()", "initLogger() "+e.toString());
|
||||
SwingUtils.showMessage(this, "initLogger()", e.toString());
|
||||
} catch (IOException e) {
|
||||
SwingUtils.showMessage(this, "initLogger()", "initLogger() "+ e.toString());
|
||||
SwingUtils.showMessage(this, "initLogger()", e.toString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user