X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Fgui%2FMsaWSThread.java;h=48846ef539a348d5003cf5274a0c2b8a14c7af30;hb=c7a0b68676510610687baf3ae1343eaa72f6fd9a;hp=7141e73d23dd878c6abfeeb1ce34212ede40d45e;hpb=a4eb8fc0807497175833f08dd2e11ebf9180e0bc;p=jalview.git diff --git a/src/jalview/ws/gui/MsaWSThread.java b/src/jalview/ws/gui/MsaWSThread.java index 7141e73..48846ef 100644 --- a/src/jalview/ws/gui/MsaWSThread.java +++ b/src/jalview/ws/gui/MsaWSThread.java @@ -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)