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"