Adding debug messages for all remote exceptions, to ease debugging of remoting

This commit is contained in:
Viktor Klang 2011-12-17 15:54:09 +01:00
parent e66d46671a
commit c2597ed33d
3 changed files with 100 additions and 34 deletions

View file

@ -459,7 +459,7 @@ class NettyRemoteSupport(_system: ActorSystemImpl, val remote: Remote, val addre
def name = currentServer.get match {
case Some(server) server.name
case None "Non-running NettyRemoteServer@" + remote.remoteAddress
case None remote.remoteAddress.toString
}
private val _isRunning = new Switch(false)