Restore log message

This commit is contained in:
Dominic Fox 2018-12-19 13:24:01 +00:00 committed by Mike Hearn
parent dc8cbef334
commit 5c2a7ed72e

View File

@ -223,6 +223,7 @@ open class SerializerFactory(
val notationByName = schemaAndDescriptor.schemas.schema.types.associate { it.name to it }
val noCarpentryRequired = notationByName.mapNotNull { (name, notation) ->
try {
logger.debug { "descriptor=${schemaAndDescriptor.typeDescriptor}, typeNotation=$name" }
name to processSchemaEntry(notation)
} catch (e: ClassNotFoundException) {
metaSchema.buildFor(notation, classloader)