rename ActorSystem.root to rootPath

This commit is contained in:
Roland 2011-11-17 10:54:17 +01:00
parent 5cc228e7b4
commit 2b6d9ca6bd
8 changed files with 23 additions and 22 deletions

View file

@ -81,7 +81,7 @@ class Remote(val app: ActorSystemImpl, val nodename: String) {
}
def start(): Unit = {
val serverAddress = server.app.root.remoteAddress //Force init of server
val serverAddress = server.app.rootPath.remoteAddress //Force init of server
val daemonAddress = remoteDaemon.address //Force init of daemon
log.info("Starting remote server on [{}] and starting remoteDaemon with address [{}]", serverAddress, daemonAddress)
}