From 4a94e9283ef273da90079050e49f0597ec39c6e0 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sat, 22 Mar 2008 04:23:49 +0000 Subject: [PATCH] logs --- .../springframework/binding/mapping/impl/DefaultMapping.java | 2 +- .../booking-faces/src/main/resources/log4j.xml | 4 ++++ .../booking-mvc/src/main/resources/log4j.xml | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/spring-binding/src/main/java/org/springframework/binding/mapping/impl/DefaultMapping.java b/spring-binding/src/main/java/org/springframework/binding/mapping/impl/DefaultMapping.java index 8eaa2d1f..08110fc5 100644 --- a/spring-binding/src/main/java/org/springframework/binding/mapping/impl/DefaultMapping.java +++ b/spring-binding/src/main/java/org/springframework/binding/mapping/impl/DefaultMapping.java @@ -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)); } diff --git a/spring-webflow-samples/booking-faces/src/main/resources/log4j.xml b/spring-webflow-samples/booking-faces/src/main/resources/log4j.xml index f88f08cb..4c3ff1c0 100644 --- a/spring-webflow-samples/booking-faces/src/main/resources/log4j.xml +++ b/spring-webflow-samples/booking-faces/src/main/resources/log4j.xml @@ -14,6 +14,10 @@ + + + + diff --git a/spring-webflow-samples/booking-mvc/src/main/resources/log4j.xml b/spring-webflow-samples/booking-mvc/src/main/resources/log4j.xml index b50d654b..b4e9ad15 100644 --- a/spring-webflow-samples/booking-mvc/src/main/resources/log4j.xml +++ b/spring-webflow-samples/booking-mvc/src/main/resources/log4j.xml @@ -14,6 +14,10 @@ + + + +