From 1d694d7c672733c38db45b9913cd9ef4947f595a Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Fri, 18 Dec 2009 22:29:26 +0100 Subject: [PATCH] Updated conf aswell --- akka-actors/src/main/scala/remote/Cluster.scala | 2 +- config/akka-reference.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/akka-actors/src/main/scala/remote/Cluster.scala b/akka-actors/src/main/scala/remote/Cluster.scala index be535be8bc..58be373b4b 100644 --- a/akka-actors/src/main/scala/remote/Cluster.scala +++ b/akka-actors/src/main/scala/remote/Cluster.scala @@ -102,7 +102,7 @@ class JGroupsClusterActor extends ClusterActor { @volatile private var remotes: Map[Address, Node] = Map() override def init = { - log error "Initiating cluster actor" + log debug "Initiating cluster actor" remotes = new HashMap[Address, Node] val me = this //Set up the JGroups local endpoint diff --git a/config/akka-reference.conf b/config/akka-reference.conf index 85ee85740d..5a04981390 100644 --- a/config/akka-reference.conf +++ b/config/akka-reference.conf @@ -38,7 +38,7 @@ name = "default" - actor = "se.scalablesolutions.akka.nio.JGroupsClusterActor" + actor = "se.scalablesolutions.akka.remote.JGroupsClusterActor"