Skip to content

Commit

Permalink
update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 4, 2024
1 parent 7211950 commit 9746106
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ private[remote] class InboundQuarantineCheck(inboundContext: InboundContext)
if (association.associationState.isQuarantined(env.originUid)) {
if (association.associationState.quarantinedButHarmless(env.originUid)) {
log.info(
"Quarantined but harmless message from [{}#{}] was dropped. " +
"Message [{}] from [{}#{}] was dropped. " +
"The system is quarantined but the UID is known to be harmless.",
Logging.messageClassName(env.message),
association.remoteAddress,
env.originUid)
} else {
Expand Down

0 comments on commit 9746106

Please sign in to comment.