JAL-3810 - Replace log.trace() calls with log.debug()
authorMateusz Warowny <mmzwarowny@dundee.ac.uk>
Fri, 5 Feb 2021 14:48:58 +0000 (15:48 +0100)
committerMateusz Warowny <mmzwarowny@dundee.ac.uk>
Fri, 5 Feb 2021 14:50:21 +0000 (15:50 +0100)
src/jalview/ws/jws2/SeqAnnotationServiceCalcWorker.java

index 4c807e1..aafbbab 100644 (file)
@@ -274,7 +274,6 @@ public class SeqAnnotationServiceCalcWorker extends AlignCalcWorker
     // 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();
@@ -336,7 +335,7 @@ public class SeqAnnotationServiceCalcWorker extends AlignCalcWorker
       Cache.log.debug("Ignoring exception during progress update.",
               thr);
     }
-    Cache.log.trace("Result of poll: " + running.getStatus());
+    Cache.log.debug("Result of poll: " + running.getStatus());
     
     
     if (finished)