This commit is contained in:
parent
26e0a4f00b
commit
96ffced4dc
1 changed files with 1 additions and 1 deletions
|
|
@ -811,7 +811,7 @@ private[remote] class EndpointWriter(
|
|||
}
|
||||
} catch {
|
||||
case e: NotSerializableException ⇒
|
||||
log.error(e, "Serializer not defined for message type []. Transient association error (association remains live)", s.message.getClass)
|
||||
log.error(e, "Serializer not defined for message type [{}]. Transient association error (association remains live)", s.message.getClass)
|
||||
true
|
||||
case e: MessageSerializer.SerializationException ⇒
|
||||
log.error(e, "{} Transient association error (association remains live)", e.getMessage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue