JAL-3066 report job ID when submitted
[jalview.git] / 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();