Fixed ugly log printout in ActorRefProvider.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
This commit is contained in:
parent
0ad00bd699
commit
76f29a80d8
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ class LocalActorRefProvider(
|
|||
deadLetters
|
||||
} else ref.getChild(path.iterator) match {
|
||||
case Nobody ⇒
|
||||
log.warning("look-up of path sequence [{}] failed", path)
|
||||
log.warning("look-up of path sequence [/{}] failed", path.mkString("/"))
|
||||
new EmptyLocalActorRef(system.provider, ref.path / path, eventStream)
|
||||
case x ⇒ x
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue