Fixing order-of-initialization-bug

This commit is contained in:
Viktor Klang 2011-03-24 21:13:42 +01:00
parent 03ad1acdd9
commit 83d355a14f

View file

@ -76,7 +76,7 @@ object EventHandler extends ListenerManagement {
class EventHandlerException extends AkkaException
val EventHandlerDispatcher = Dispatchers.newExecutorBasedEventDrivenDispatcher(ID).build
lazy val EventHandlerDispatcher = Dispatchers.newExecutorBasedEventDrivenDispatcher(ID).build
val level: Int = config.getString("akka.event-handler-level", "DEBUG") match {
case "ERROR" => ErrorLevel