[Swift-commit] r2731 - trunk/src/org/griphyn/vdl/mapping

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sun Mar 22 09:26:44 CDT 2009


Author: benc
Date: 2009-03-22 09:26:44 -0500 (Sun, 22 Mar 2009)
New Revision: 2731

Modified:
   trunk/src/org/griphyn/vdl/mapping/AbstractDataNode.java
Log:
When a mapper will not map a path to a filename during provenance content
logging, record it as NOFILENAME rather than recording the entire exception
that indicated the path was unmappable.

Modified: trunk/src/org/griphyn/vdl/mapping/AbstractDataNode.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/AbstractDataNode.java	2009-03-22 14:25:55 UTC (rev 2730)
+++ trunk/src/org/griphyn/vdl/mapping/AbstractDataNode.java	2009-03-22 14:26:44 UTC (rev 2731)
@@ -446,8 +446,7 @@
 							+ path);
 				}
 				catch (Exception e) {
-					logger.info("dataset " + identifier
-							+ " exception while mapping path from root", e);
+					logger.info("NOFILENAME dataset=" + identifier);
 				}
 			}
 		}




More information about the Swift-commit mailing list