Author: mes
Date: 2010-02-03 13:31:22 -0800 (Wed, 03 Feb 2010)
New Revision: 19164

Modified:
   cytoscape/trunk/src/cytoscape/plugin/JarUtil.java
Log:
logging a bit more information

Modified: cytoscape/trunk/src/cytoscape/plugin/JarUtil.java
===================================================================
--- cytoscape/trunk/src/cytoscape/plugin/JarUtil.java   2010-02-03 20:17:56 UTC 
(rev 19163)
+++ cytoscape/trunk/src/cytoscape/plugin/JarUtil.java   2010-02-03 21:31:22 UTC 
(rev 19164)
@@ -46,10 +46,11 @@
 import java.util.jar.JarInputStream;
 import java.util.jar.Manifest;
 import java.util.zip.ZipEntry;
+import java.util.zip.ZipFile;
 
 import cytoscape.util.URLUtil;
 import cytoscape.util.ZipUtil;
-import java.util.zip.ZipFile;
+import cytoscape.logger.CyLogger;
 
 /**
  * A utility class designed to capture methods used by multiple classes.
@@ -125,6 +126,8 @@
                }
 
                } catch (Exception e) {
+                       CyLogger.getLogger().debug("Problem getting plugin 
class name for " +
+                                                  fileName + " " + type, e);
                        throw new IOException(e.toString());
                }
 

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to