Closedown

This commit is contained in:
x07maop
2015-08-24 09:29:40 +02:00
parent a0a6c4103d
commit a39e103e94
4 changed files with 27 additions and 57 deletions

View File

@@ -353,8 +353,8 @@ public class EnergyScan extends Panel {
runAsync("EnergyScan", args).handle((ok, ex) -> {
buttonAbort.setEnabled(false);
if ((ex != null) && (ex instanceof Exception)){
showException((Exception) ex);
if (ex != null){
getLogger().log(Level.WARNING, null, ex);
}
return ok;
});