From 46cb6686b2340bc127624d0a957de1d11c6350a7 Mon Sep 17 00:00:00 2001 From: sfop Date: Wed, 6 Jul 2016 15:39:28 +0200 Subject: [PATCH] Startup --- plugins/GunSolenoidAlignment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GunSolenoidAlignment.java b/plugins/GunSolenoidAlignment.java index 812bd95..96e2337 100644 --- a/plugins/GunSolenoidAlignment.java +++ b/plugins/GunSolenoidAlignment.java @@ -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 {