This commit is contained in:
sfop
2016-07-06 15:39:28 +02:00
parent 558146b92a
commit 46cb6686b2

View File

@@ -102,7 +102,7 @@ public class GunSolenoidAlignment extends Panel {
try {
Thread.sleep(250); //Some time to plot update
centroidPlot.saveSnapshot(file , "jpg");
evalAsync("elog('Gun solenoid current scan', gsa_log_msg, ['"+ file +"',])").handle((ret, ex) -> {
evalAsync("elog('Gun solenoid current scan', gsa_log_msg, ['"+ file +"',])", true).handle((ret, ex) -> {
if (ex != null){
getLogger().log(Level.WARNING, null, ex);
} else {