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 @@
+
+
+
+