From 9f79261a6617b0faa10f7f37d7d7264602f4ccab Mon Sep 17 00:00:00 2001 From: jprocter Date: Thu, 8 Dec 2005 14:09:17 +0000 Subject: [PATCH] modified jnet parsing exception report string. --- src/jalview/ws/JPredClient.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); } } } -- 1.7.10.2