Fixed ugly log printout in ActorRefProvider.

Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
This commit is contained in:
Jonas Bonér 2012-03-05 11:23:42 +01:00
parent 0ad00bd699
commit 76f29a80d8

View file

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