debug output - just incase strange things are happening when trying to read jars
authorjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 23 Mar 2006 14:10:51 +0000 (14:10 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 23 Mar 2006 14:10:51 +0000 (14:10 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@203 be28352e-c001-0410-b1a7-c7978e42abec

src/org/vamsas/client/simpleclient/VamsasArchiveReader.java

index 3b03137..8f1e0ea 100644 (file)
@@ -34,6 +34,7 @@ public class VamsasArchiveReader {
         jfile=new JarFile(vamsasfile);
       }
       catch (Exception e) {
+        log.debug("non-serious? couldn't open new JarFile on "+vamsasfile,e);
         jfile=null;
       }
     }