Merge branch 'alpha/origin_2022_JAL-3066_Jalview_212_slivka-integration' into spike...
[jalview.git] / src / jalview / ws / gui / MsaWSThread.java
index 7141e73..48846ef 100644 (file)
@@ -288,6 +288,7 @@ public class MsaWSThread extends AWSThread implements WSClientI
 
       } catch (Throwable throwable)
       {
+        Cache.log.error("failed to send the job to the alignment server", throwable);
         if (!server.handleSubmitError(throwable, j, wsInfo))
         {
           if (throwable instanceof Exception)