debug output - just incase strange things are happening when trying to read jars
[vamsas.git] / 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;
       }
     }