Closedown

This commit is contained in:
boccioli_m
2015-06-16 14:52:26 +02:00
parent 376b82d5f1
commit 8fa1ffc388

View File

@@ -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());
}
}