From: jprocter Date: Thu, 8 Dec 2005 14:09:17 +0000 (+0000) Subject: modified jnet parsing exception report string. X-Git-Tag: Release_2_07~29 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=9f79261a6617b0faa10f7f37d7d7264602f4ccab;p=jalview.git modified jnet parsing exception report string. --- diff --git a/src/jalview/ws/JPredClient.java b/src/jalview/ws/JPredClient.java index f503f91..a17ccbb 100755 --- a/src/jalview/ws/JPredClient.java +++ b/src/jalview/ws/JPredClient.java @@ -544,8 +544,7 @@ public class JPredClient } catch (Exception ex) { - jalview.bin.Cache.log.warn("Exception whilst parsing JNet style secondary structure prediction."); - jalview.bin.Cache.log.debug("Exception: ",ex); + jalview.bin.Cache.log.warn("Exception whilst parsing JNet style secondary structure prediction.",ex); } } }