JAL-3066 report job ID when submitted
authorJim Procter <jprocter@issues.jalview.org>
Mon, 7 Oct 2019 08:08:44 +0000 (09:08 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Mon, 7 Oct 2019 08:08:44 +0000 (09:08 +0100)
src/jalview/ws/jws2/SeqAnnotationServiceCalcWorker.java

index fcb6e28..661bdf7 100644 (file)
@@ -276,7 +276,9 @@ public class SeqAnnotationServiceCalcWorker extends AlignCalcWorker
         return;
       }
       // TODO: handle job submission error reporting here.
-      
+      Cache.log.debug("Service " + service.getUri() + "\nSubmitted job ID: "
+              + rslt);
+      ;
       // ///
       // otherwise, construct WsJob and any UI handlers
       running = new AnnotationWsJob();