mirror of
https://github.com/corda/corda.git
synced 2025-01-28 15:14:48 +00:00
Restore log message
This commit is contained in:
parent
dc8cbef334
commit
5c2a7ed72e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user