Skip to content

Commit 14efb38

Browse files
committed
update log message
1 parent 7dd89e1 commit 14efb38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

remote/src/main/scala/org/apache/pekko/remote/artery/InboundQuarantineCheck.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ private[remote] class InboundQuarantineCheck(inboundContext: InboundContext)
4747
if (association.associationState.isQuarantined(env.originUid)) {
4848
if (association.associationState.quarantinedButHarmless(env.originUid)) {
4949
log.info(
50-
"Quarantined but harmless message from [{}#{}] was dropped. " +
50+
"Message [{}] from [{}#{}] was dropped. " +
5151
"The system is quarantined but the UID is known to be harmless.",
52+
Logging.messageClassName(env.message),
5253
association.remoteAddress,
5354
env.originUid)
5455
} else {

0 commit comments

Comments
 (0)