clarify the resolve debug logging (#24858)
This commit is contained in:
parent
b94e064a34
commit
332aa58540
2 changed files with 12 additions and 6 deletions
|
|
@ -401,7 +401,7 @@ private[akka] class RemoteActorRefProvider(
|
|||
new EmptyLocalActorRef(this, RootActorPath(address) / elems, eventStream)
|
||||
}
|
||||
case _ ⇒
|
||||
log.debug("resolve of unknown path [{}] failed", path)
|
||||
log.debug("Resolve (deserialization) of unknown (invalid) path [{}], using deadLetters.", path)
|
||||
deadLetters
|
||||
}
|
||||
}
|
||||
|
|
@ -434,7 +434,7 @@ private[akka] class RemoteActorRefProvider(
|
|||
}
|
||||
}
|
||||
case _ ⇒
|
||||
log.debug("resolve of unknown path [{}] failed", path)
|
||||
log.debug("Resolve (deserialization) of unknown (invalid) path [{}], using deadLetters.", path)
|
||||
deadLetters
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue