Author: mes
Date: 2010-11-24 15:05:51 -0800 (Wed, 24 Nov 2010)
New Revision: 23007
Modified:
core3/io-impl/trunk/src/main/java/org/cytoscape/io/internal/read/session/SessionReaderImpl.java
Log:
now logging and exception with the warning
Modified:
core3/io-impl/trunk/src/main/java/org/cytoscape/io/internal/read/session/SessionReaderImpl.java
===================================================================
---
core3/io-impl/trunk/src/main/java/org/cytoscape/io/internal/read/session/SessionReaderImpl.java
2010-11-24 20:32:07 UTC (rev 23006)
+++
core3/io-impl/trunk/src/main/java/org/cytoscape/io/internal/read/session/SessionReaderImpl.java
2010-11-24 23:05:51 UTC (rev 23007)
@@ -256,7 +256,7 @@
in.close();
out.close();
} catch (IOException e) {
- logger.warn("Error: read from zip: " + entryName);
+ logger.warn("Error: read from zip: " + entryName, e);
return;
}
--
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.