print refinements

This commit is contained in:
Keith Donald
2008-07-03 04:31:01 +00:00
parent bd52e13813
commit 7c59a3374d
2 changed files with 1 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ public class DefaultMapper implements Mapper {
if (logger.isDebugEnabled()) {
logger.debug("Completing mapping between source [" + source.getClass().getName() + "] and target ["
+ target.getClass().getName() + "]; total mappings = " + results.getAllResults().size()
+ "; total errors = " + results.getErrorResults().size() + "; " + results);
+ "; total errors = " + results.getErrorResults().size());
}
return results;
}