[Swift-commit] r2579 - trunk/src/org/griphyn/vdl/mapping
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Fri Feb 20 13:35:33 CST 2009
Author: benc
Date: 2009-02-20 13:35:32 -0600 (Fri, 20 Feb 2009)
New Revision: 2579
Modified:
trunk/src/org/griphyn/vdl/mapping/RootDataNode.java
Log:
give more details about unexpected exception which results when input files are missing - this error needs more tidying but this is an easy increase in information in the mean-time
Modified: trunk/src/org/griphyn/vdl/mapping/RootDataNode.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/RootDataNode.java 2009-02-19 17:08:01 UTC (rev 2578)
+++ trunk/src/org/griphyn/vdl/mapping/RootDataNode.java 2009-02-20 19:35:32 UTC (rev 2579)
@@ -74,7 +74,7 @@
checkInputs(params, mapper, this);
}
catch (VDL2FutureException e) {
- logger.warn("Unexpected VDL2FutureException checking inputs");
+ logger.warn("Unexpected VDL2FutureException checking inputs for dataset "+this);
throw new RuntimeException("Got a VDL2FutureException but all parameters should have their values",e);
}
catch (DependentException e) {
More information about the Swift-commit
mailing list