We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd89e1 commit 14efb38Copy full SHA for 14efb38
remote/src/main/scala/org/apache/pekko/remote/artery/InboundQuarantineCheck.scala
@@ -47,8 +47,9 @@ private[remote] class InboundQuarantineCheck(inboundContext: InboundContext)
47
if (association.associationState.isQuarantined(env.originUid)) {
48
if (association.associationState.quarantinedButHarmless(env.originUid)) {
49
log.info(
50
- "Quarantined but harmless message from [{}#{}] was dropped. " +
+ "Message [{}] from [{}#{}] was dropped. " +
51
"The system is quarantined but the UID is known to be harmless.",
52
+ Logging.messageClassName(env.message),
53
association.remoteAddress,
54
env.originUid)
55
} else {
0 commit comments