Skip to content

Commit

Permalink
clarified Akka.Remote.EndpointWriter ArgumentException error message (#…
Browse files Browse the repository at this point in the history
…4804)

Co-authored-by: Gregorius Soedharmo <arkatufus@yahoo.com>
  • Loading branch information
Aaronontheweb and Arkatufus authored Mar 3, 2021
1 parent 627cc57 commit 9125993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Akka.Remote/Endpoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ private bool WriteSend(EndpointManager.Send send)
{
_log.Error(
ex,
"Serializer not defined for message type [{0}]. Transient association error (association remains live)",
"Serializer threw ArgumentException for message type [{0}]. Transient association error (association remains live)",
send.Message.GetType());
return true;
}
Expand Down

0 comments on commit 9125993

Please sign in to comment.