clarify the resolve debug logging (#24858)

This commit is contained in:
Patrik Nordwall 2018-04-09 10:39:13 +02:00 committed by Johan Andrén
parent b94e064a34
commit 332aa58540
2 changed files with 12 additions and 6 deletions

View file

@ -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
}