This commit is contained in:
Keith Donald
2008-03-22 04:23:49 +00:00
parent 4ab209a954
commit 4a94e9283e
3 changed files with 9 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ public class DefaultMapping implements Mapping {
if (logger.isDebugEnabled()) {
String sourceType = sourceValue != null ? sourceValue.getClass().getName() : "null";
String targetType = targetValue != null ? targetValue.getClass().getName() : "null";
logger.debug("Mapped source [" + sourceType + "] " + sourceExpression + " value "
logger.debug("Sucessfully mapped source [" + sourceType + "] " + sourceExpression + " value "
+ StylerUtils.style(sourceValue) + " to target [" + targetType + "] " + targetExpression
+ " value " + StylerUtils.style(targetValue));
}