mirror of
https://github.com/corda/corda.git
synced 2025-02-06 02:59:15 +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 notationByName = schemaAndDescriptor.schemas.schema.types.associate { it.name to it }
|
||||||
val noCarpentryRequired = notationByName.mapNotNull { (name, notation) ->
|
val noCarpentryRequired = notationByName.mapNotNull { (name, notation) ->
|
||||||
try {
|
try {
|
||||||
|
logger.debug { "descriptor=${schemaAndDescriptor.typeDescriptor}, typeNotation=$name" }
|
||||||
name to processSchemaEntry(notation)
|
name to processSchemaEntry(notation)
|
||||||
} catch (e: ClassNotFoundException) {
|
} catch (e: ClassNotFoundException) {
|
||||||
metaSchema.buildFor(notation, classloader)
|
metaSchema.buildFor(notation, classloader)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user