[#3661] Log some info about the type being matched by a <forcedType/> configuration

This commit is contained in:
Lukas Eder 2014-10-06 15:39:06 +02:00
parent c8c5bb16d8
commit 86a57994c2

View File

@ -149,7 +149,7 @@ abstract class AbstractTypedElementDefinition<T extends Definition>
}
log.info("Forcing type", child + " into " + type + (converter != null ? " using converter " + converter : ""));
log.info("Forcing type", child + " with type " + definedType.getType() + " into " + type + (converter != null ? " using converter " + converter : ""));
DataType<?> forcedDataType = null;
boolean n = result.isNullable();